/* print styles */

body {
   background: white;
   font-size: 12pt;
   }
ul#navigation, #cssbar, ul#subnavsection, div#footer a, img {
   display: none;
   }
p#copyright {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
a:link, a:visited {
   color: #0000ff;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }