body{ 
	background: white
;
	color: black;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
}

a:link,
a:visited,
a:active{
	background-color: transparent;
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	background-color: transparent;
	color: red;
	text-decoration: none;
	font-weight: bold;
}