/* CSS Document */
* {color: #000000; background-color: #FFFFFF;}
/* Base Print */
BODY {
	color: black;
	background: white;
	margin-right: 12%;
	margin-left: 2%;
	padding-right:7%;
	font-family: "Courier New", Courier, monospace;
}
A:link, A:visited {background: white; color: black; text-decoration: none; font-weight: bold;}
H1, H2, H3, H4, H5 {background: white; color: black; padding-bottom: 1px;}
#bodydiv {background-color: #000000;}
.clear {clear: both;}
/* Media Handling */
.print-no {display: none;}
.print-yes {}
.screen-yes {}
.screen-no {}
.handheld-yes {}
.handheld-no {}
.oldbrowser-yes {}
.oldbrowser-no {}.header {
	text-align: center;
}
