table#Navi a:link {
	color: #999999;
	text-decoration: none;
  }
table#Navi a:visited {
    color: #999999;
	text-decoration: none;
  }
table#Navi a:hover {
  	display: block;
    color: #ffffff; background-color: #000099;
	text-decoration: none;
  }
table#Navi a:active {
    color: #ffffff; background-color: #000099;
	text-decoration: none;
  }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}