/* user_agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) */


/* BODY elements */

BODY
{
	background: url(http://www.accessible.org/image-files/bckgrd.png) repeat fixed;
	background-color: #FFF;
	margin: 5px 0px 0px 0px;
}

BODY, TD, P
{
	color: #003;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 140%;
}


/* List elements */

LI { margin-bottom: 8px; }


/* H elements */

H1
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 26px;
	color: #336;
	margin: 0px 0px 20px 0px;
	text-align: center;
	line-height: 115%;
}

H2
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 24px;
	color: #336;
	margin: 25px 0px 10px 0px;
	line-height: 120%;
}
H3
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #336;
	margin: 25px 0px 10px 0px;
	line-height: 115%;
}


/* link alterations */

A:link { color: #039; }
A:visited { color: #039; }
A:active { color: #03C; }
A:hover { color: #C30; }


