body {
	background-color: #000000;
}

a:link { color: #EC4C1A;}
a:visited { color: #EC4C1A;}
a:active { text-decoration: underline;}
a:hover { color: #FFFFCC;} 

.logo {font-size: 12px; color: #000000;}
a.logo:link  { text-decoration: none; color: #000000;}
a.logo:visited  { text-decoration: none; color: #000000;}
a.logo:active { text-decoration: none; color: #000000;}
a.logo:hover  { text-decoration: none; color: #CCCCCC;}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	font-weight: bold;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #CCCCCC;
}

.whitetextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
	font-weight: bold;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #CCCCCC;
}

.largered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	color: #EC4C1A;
}
.green {
	color:  #33FF00;
}

