body{
	background-color: #000000;
}
a{
	text-decoration: none;
	color: #666666;
}
a:active{
	text-decoration: none;
	color: #666666;
}
a:visited{
	text-decoration: none;
	color: #666666;
}
a:hover{
	color: #666666;
 	text-decoration: underline;
}
.text{
	font-family: Arial;
	font-size: 10pt;
	color: #666666;
}
