a:link {
	color: #660000;
	text-decoration: none;

}
a:hover {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:visited:hover {
	color: #006699;
	text-decoration: none;
}