.menuLink
        {
     font-size: 15px; 
     font-weight: bold;
     text-decoration: none; 
     color: #FFFFFF
         }
         
.menuLink:hover
        {
     font-size: 15px; 
     font-weight: bold;
     text-decoration: underline; 
     color: #000000
         }
         
.menuLink2
        {
     font-size: 11px; 
     font-weight: bold;
     text-decoration: none; 
     color: #000000
         }
         
.menuLink2:hover
        {
     font-size: 11px; 
     font-weight: bold;
     text-decoration: underline; 
     color: #FFFFFF
         }
         
.emailLink
        {
     font-size: 12px; 
     font-weight: normal;
     text-decoration: underline; 
     color: #000000
         }
         
.emailLink:hover
        {
     font-size: 12px; 
     font-weight: normal;
     text-decoration: underline; 
     color: #FFFFFF
         }
