body{
	color: #000000;
	background-color: none;
	font-family: Times New Roman;
	font-size: 11px;
	margin: 10px;

}
a:active, a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}