body {background-color: rgb(255, 255, 255);}
a:link {font-weight: bold; font-family: Arial;text-decoration:none;}
a:visited {font-weight: bold; font-family: Arial;text-decoration:none;}
a:hover {font-weight: bold; font-family: Arial;text-decoration:underline;}
a:active {font-weight: bold; font-family: Arial;text-decoration:none;}

.links td a { 
text-decoration:none; 
color:navy; 
display:block; 
padding:3px 10px; 
} 

.links td a:hover { 
background-color:navy; 
color:white; 
} 

.links2 td a { 
text-decoration:none; 
color:black; 
display:block; 
padding:5px 10px; 
border-right: 1px solid black;
} 

.links2 td a:hover { 
color:red; 
text-decoration:none;
border-right: 1px solid red;
}
