/* print styles */



BODY {
    color: black; 
    background: white;
    font-size: 12pt;

}
    
A:link, A:visited {
    background: white; 
    color: black; 
    text-decoration: underline;
    font-weight: bold;}
    
H1, H2, H3 {
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;}
    
#navcontainer, #footer, .go-top, #generalbanner, #generalcolumnleft,#generaltopnav {
    display: none;}

#main-content { 
    background: none;
    padding-top: 20px;
    border:none;
}

#content { 
    width: 100%;
    float: none;
}

