a:link {
	text-decoration: none;
	font-weight: bold;
	color: #3399FF;


}
a:visited {
	text-decoration: none;
	color: #66FF00;
	font-weight: bold;


}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFF00;

}
a:active {
	text-decoration: none;
}
body {
	color: #FFFFFF;
	background-color: #000000;

}

