body {
	font-family: Verdana;
	background: white;
}

a:link {
	font-family: Verdana;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
		text-decoration: none;
}

a:active {
	font-family: Verdana;
		text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
}