body {
	margin : 0px;
	text-decoration: none;
}
A, A:active, A:link, A:visited {
	color: Black;
	font-size: 18px;
	text-decoration: none;
}
A:HOVER {
	color: Blue;
	background-color : White;
	text-decoration: none;
}
.link {
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
