/* 
  this builds on style.css and overrides the colors there, but uses the spacings, etc already defined there.
 */

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

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

#body_container_content {
background-color:black;
}

#content_right_content th { background-color:#333;}
#content_right_content td { background-color:#222;}

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

	/* etc etc.. */