@import "exclude.css";

/* use a more readable font, document should not have margins */
BODY {font-family: helvetica, verdana, sans-serif; margin: 0em; padding: 0em;}

H1, H2, H4	{text-align: center;}
P, LI		{text-align: justify;}
H3 			{text-align: left;}


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

DIV.screenonly, PRE	 {text-align: left;}
DIV.navigation       {text-align: center;}

INPUT {font-family: times, serif; font-size: 60%;}
INPUT.text {width: 145px;}

/* when printing, change font for readability, don't show navigational items or boxes */
@media print {
	BODY {font-family: times, serif;}
	TD.screenonly  {display: none;}
	HR.screenonly  {display: none;}
	P.navigation   {display: none;}
	DIV.navigation {display: none;}
	P.screenonly   {display: none;}
	DIV.screenonly {display: none;}
	H3 {border: none;}
	A:link 			{color:black;}	/* unvisited link */
	A:visited 		{color:black;}	/* visited link */
	A:hover			{color:black;}	/* mouse over link */
	A:active		{color:black;}	/* selected link */
}

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