
    a:hover {  
     color: #CE0000; 
    }

    a.sitenav {  
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 9pt; 
     font-weight: bold; 
     color: #006600; 
     text-decoration: underline
    }
    a.sitenav:hover {  
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 9pt; 
     font-weight: bold; 
     color: #CC0000; 
     text-decoration: none
    }

    a.greenlink {  
     color: #006600
    }
    a.greenlink:hover {  
     color: #CC0000
    }

