/* CSS Document */

body {
	background-color: #000000;
}
.style1 {color: #FFFFFF}
.style2 {color: #666666}
a{
	color: #33FF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
.style3 {font-size: 14px}
