body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	text-decoration: none;
	color: #3399FF;
	/*font-weight: bold;  */


}
a:visited {
	text-decoration: none;
	color: #3366FF;


}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	
}

