body {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color:#0066cc;
	text-decoration: none;
}

a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: #0066cc;
	text-decoration: underline;
}

a:active {
	color: #0066cc;
	text-decoration: none;
}
