body{background:black;color:white; font-family:helvetica}

A:link, A:visited, A:active { 
		text-decoration: none; color:white
}

A:hover{
		background:yellow; 
		border-top: medium solid orange;
		border-bottom: medium solid orange;
		color: black
}

table{ colspacing:0; cellpadding:0 ;border:0}