a { text-decoration: none;  background: transparent; }
a:link { text-decoration: none;  color: #000080;  font-weight : bold; }
a:visited { text-decoration: none;  color: #000080; }
a:active { text-decoration: none;  color: Yellow;  background-color : Red; }
a:hover { text-decoration: underline; color: #000080;  background-color : Yellow;  }

TD {
	font : 12px Arial Helvetica Geneva;
	color : #000080;
}
