BODY {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

A {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	
}