a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
  color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #2D5474;
}

td     { color: black; font-size: 10px; font-family: Verdana }