/* print styles */                                                                                            
* {font-family: Arial, sans-serif; color: #000000}
BODY {color: black; 
  background: white;}                                                                       
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; 
  font-family: serif;}                                                        
DIV.navigation {display: none;}                                                                               
.printer {text-align: center;
  color: black;
  padding-bottom: 2px;  
  font-size: 80%;}                                                                               
.sidebar {display: none;}
