a:hover {  color: #660000; text-decoration: underline}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}

