body {
	background: #fff;
	color: #000;
	margin: 10px 0% 10px 0%;
	padding: 0px;
}
a, a:active, a:link, a:visited
{
	background: transparent;
	color: #059;
	text-decoration: none;
}
a:hover
{
	background: transparent;
	color: #99D1FF;
	text-decoration: underline;
}

