@charset "utf-8";



body {
	background-color: #000000;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #cccccc;
	text-decoration:  underline;
}
 
a:visited {
	color: #cccccc;
	text-decoration:  underline;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #cccccc;
	text-decoration: underline;
}	


.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}	

.navhead a:link{ 	
	color: #FCE300;
	text-decoration: none;
}

.navhead a:active{ 	
	color: #FCE300;
	text-decoration: none;
}

.navhead a:visted{ 	
	color: #FCE300;
	text-decoration: none;
}

.navhead a:hover{ 	
	color: #FF0000;
	text-decoration: underline;
}



.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
	
.style {
	color: #FF0000;
	}
	
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
}
