BODY {
    background: #FFFFFF;
    font-family: Garamond, serif;
    font-size:14px;
    color: green;
}

H1, H2, H3, H4, H5, H6 {
font-family: Garamond, serif;
}

H1 {
font-size: 3em;
}

H2 {
font-size: 2.5em;
}

H3 {
font-size: 2em;
}

H4 {
font-size: 2em;
}

A:link        {        
        text-decoration:        none;
        color:        #33CC00;
        background:        #ffffff;
        }        
                
A:visited        {        
        text-decoration:        none;
        color:        #999933;
        background:        #FFFFF;
        }        
                
A:active        {        
        text-decoration:        none;
        color:        #669966;
        background:        #FFFFFF;
        }        
                
A:hover        {        
        text-decoration:        none;
        color:        #000000;
        background:        #FFFFCC;
        }        
                
A.offsite        {        
        text-decoration:        none;
        color:        #C00;
        background:        #FFC;
        }        
              
