.menulinks a:link {text-decoration: none; color:blue;}
.menulinks a:visited {text-decoration: none; color:blue;}
.menulinks a:active {text-decoration: none; color:black;}
.menulinks a:hover {text-decoration: underline; color:black;}
.heading {
font-family: arial; 
font-size: 18; 
font-weight: bold;   
color: black}
.normal  {
font-family: arial; 
font-size: 12; 
font-weight: normal;
color: black}
.normal a:link {text-decoration: none; color:blue; font-family: arial;}
.normal a:visited {text-decoration: none; color:blue; font-family: arial;}
.normal a:active {text-decoration: none; color:blue; font-family: arial;}
.normal a:hover {text-decoration: underline; color:gray; font-family: arial;}