/* BlackOnWhite.css template (probably can be printable template as well)
  this builds on style.css and overrides the colors there, but uses the spacings already defined there.
  both should be called for the printable versioin
 */

body {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	}

a:link, a:hover, a:active, a:visited {
color:blue;
}
	
#content_left_frame, #content_left_frame_bottom, #content_left, #content_right {
background-image:none;
background-color:white;
}

#body_container_content {
background-color:white;
}

h1, h3 {
color: red;
border-bottom:1px solid red;
}

	/* etc etc.. */