body {
	font-family: Arial, Verdana;
	font-weight: normal;
}

a:link {
	color: Black;
	text-decoration: none;
	}
a:visited { 
	color: Black;
	text-decoration: none;
	}
a:hover {
	color: Red;
	text-decoration: underline;
	}