BODY
{
	font-family: "Times New Roman";
	font-size: 14px;
	color: black;
	background-color: white;
	
}
a
{
	
	color: black;
	text-decoration: none;
}

a:visited
{
	
	color: black;
	text-decoration: none;
}
a:hover
{
	
	color: gray;
	text-decoration: none;
}