@import "../exclude.css";
BODY { font-family: helvetica, verdana, sans-serif;
	margin: 0em;
	padding: 0em }

H2, H3 {text-align: center}
P  {text-align: justify}
DIV.screenonly, BLOCKQUOTE,LI {text-align: left}


/* in-page navigational helpers are smaller */
P.navigation {font-size: 70%; text-align: right}

INPUT {font-family: times, serif; font-size: 60%;}

/* when printing, change font for readability, don't show navigational items or boxes */
@media print {
	BODY {font-family: times, serif}
	TD.screenonly {display:none}
	P.navigation {display: none}
	P.screenonly	 {display: none}
	DIV.screenonly	 {display: none}
	H3 {border: none}
}

/* make things look a little nicer on screen */
@media screen { 
	BODY {margin-right: 1em}
	H3 {padding: 0.3em 0.8em 0.3em;}
}

