A:link {color: #FFFFFF; 
text-decoration: none; 
display: block;
}

A:visited {color: #FFFFFF; 
text-decoration: none;
display: block; 
}

A:active {color: #0000A0; 
text-decoration: none; 
display: block;
background-color: #FFFF80;
}

A:hover {color: #0000A0; 
text-decoration: none;
display: block;
background-color: #FFFF80;
} 

.menulist {font-family: Times; 
font-size: 13pt; 
font-weight: bold; 
line-height: 18pt;
text-align: center; 
padding-left: 15px;
padding-right: 15px;
}