body {
margin: 0;
text-align: center;
cursor: default;
}
     
font {
	font-family: Verdana;
	text-decoration: none;
}

a:link {
	font-family: Verdana;
	text-decoration: none;
	color: #ff0000;
}

a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	font-family: Verdana;
	text-decoration: none;
	color: #ff2222;
}

a:active {
	font-family: Verdana;
	text-decoration: none;
	color: #ff2222;
}
