/* CSS Document */

body {

background-color:#000000;
}

a, a:active, a:link, a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #000000; 

}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #003300;

}

a.collink:link { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}
		
a.collink:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}
	
a.collink:hover { 
	font-family: "Times New Roman", Times, serif;
	font-size:  14px;
	font-style:inherit;
	font-weight:bold;
	color: #000099;
	}	
	

a.newlink:link { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  16px;
	text-decoration:underline;
	font-weight:bold;
	color: #FFFF00;
	}
		
a.newlink:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-style:inherit;
	text-decoration:underline;
	font-weight:bold;
	color: #FFFF00;
	}
	
a.newlink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-style:inherit;
	font-weight:bold;
	text-decoration:underline;
	color: #33FF00;
	}	

	



