/* user_agent : Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) */


/* BODY elements */

BODY
{
	background: url(http://www.about-megans-law.com/image-files/bckgrd.png) repeat fixed;
	background-color: #F1F1F1;
	margin: 0px 0px 0px 0px;
}

BODY, TD, P
{
	color: #333;
	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: 25px;
	color: #345;
	margin: 0px 0px 20px 0px;
	text-align: center;
	line-height: 115%;
}

H2
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	color: #345;
	margin: 30px 0px 25px 0px;
	border-bottom: 2px dotted #996600;
	line-height: 120%;
}
H3
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 18px;
	color: #345;
	margin: 25px 0px 10px 0px;
	line-height: 115%;
}


/* link alterations */

A:link { color: #039; }
A:visited { color: #636; }
A:active { color: #039; }
A:hover { color: #C00; }

