a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
	text-decoration: overline;
}
a:active {
	color: #FF6677;
	text-decoration: blink;
}
