a:link {
	text-decoration: none;
	color: #006699;
	background-color: #EAF2F2;

}

a:visited {
	text-decoration: none;
	background-color: #F5F5F5;

}
a:hover {
	font-style: italic;
	text-decoration: underline overline;
	background-color: #E3C8AC;
	font-weight: normal
}
