a:link {
	color:black;
	background-color: transparent;
	text-decoration:none;
	font-family: verdana
}
a:active {
	color:black;
	background-color: transparent;
	text-decoration:none
}
a:visited {
	color:#666666;
	background-color: transparent;
	text-decoration:none
}
a:hover {
	text-decoration: none;
	background-color:#FF8000;
	color:white;
} 

p{
	font-size: 10pt;
	font-family: verdana
}

body{
	background-color : black;
}
