

body {
	background-color: #000000;
}

a.orange:link {
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.orange:visited {
	font-family: arial;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.orange:hover {
	font-family:arial;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none;
}
a.orange:active {
	font-family: arial;
	font-size: 15px;
	color: #F85E14;
	text-decoration: none;
}
.text {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}

