body {
    /* set the font to serif, backgound to white, and text to black */
	font: 100% "Times New Roman", TimesNR, Times, serif; 
	background: #fff; 
	color: #000;          
}


/* Style the section heading with an underline blank line, and larger font */
h1 {
border-bottom: 1px solid #999;
margin-bottom: 1em;
font-size: 1.5em;
}

/* separate the footer from the content */
#footer {
border-top: 1px solid #999;
text-align:right;
margin-top: 3em;
padding-top: 1em;
}


/* remove navigation and images */
#subnavlinks,
img,
#sidebar,
#footer,
#sectnav,
#sitenav,
#sidbar {
	display: none;
}
a img {
	border: 0;
}
h1, h2, h3, h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
}
#content {
	margin: 0 5%;
}
#content h1 {
	margin-left: -5%;
}















