﻿/* print styles */
BODY {
color: black; background: white;
font-family: Georgia, "Times New Roman", Times, serif; 
}

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;}


	
#logo { 
display: none; 
}
#navrow {
display: none;
}

#navcol {
display: none;
}


#submenu {
	display: none;
}

#content, #footer  { 
width: 100%; border: 0; margin: 0 0 0 0; padding: 0; border: 0;  position:relative; left: -100px ;
 }

 