.body a:link {
	color: #000000;
	text-decoration: none;
}
.body a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.body a:hover {
	font-weight: normal;
	color: #000099;
	text-decoration: underline;	
}
.body a:active {
	font-weight: normal;
	color: #000000;
}
