/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */ 
/* This very simplified stylesheet for printing is by Jorn Wildt */ 
  
 body 
 { 
   font-size: 76% 
   font-family: times new roman",times,serif;
   text-align:justify;
   line-height: 1.4em; 
   color: #000; 
 } 
  
 #header h1 
 { 
   padding: 0 0 0 0px; 
   font-size: 2.4em; 
   line-height: 1em; 
   color: #000; 
   font-weight: normal; 
 } 
  
 #header h2 
 { 
   display: none; 
 } 
  
 #navigation, 
 #subcontent, 
 #footer 
 { 
  display: none; 
 } 
  
 h1 a, 
 h2 a, 
 h3 a, 
 h4 a 
 { 
   text-decoration: none; 
  color: #000; 
 } 
  
 a 
 { 
   text-decoration: underline; 
   color: #000; 
 } 
  
 img  
 { 
   border: none; 
 }