
body {
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 1em;
	text-align: center;
	scrollbar-base-color: #66CC66; 
	scrollbar-arrow-color: green;
	scrollbar-DarkShadow-Color: blue; 
}

#sspagewidth {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* "text-align: left" was added to #sspagewidth because, in order to center the page in IE, "text-align: center" had to be added to the body attributes.  And #afwpagewidth would have inherited that trait resulting in all paragraphs centered. */

A:link {
	color: blue;
	text-decoration: underline;
}

A:visited {
	color: 002200;
	text-decoration: underline;
}

A:active {
	text-decoration: underline;
}

A:hover {
	font-weight:bold;
	color: #999999;
}

h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #006666;
	font: normal 2em arial, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}
 
h2 {
	color: #0066BB;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 20px;
	overflow: hidden;
	padding-top: 0px;
	
}

h3 {
	color: #333366;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 0px;
	
}
 
p {
	color: 002200;
	font-family: arial;
	font-size: 1em;
}

ul {
	color:002200;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
}

li {
	margin-bottom: 1em;
}



.first:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: 002200;
	background: FFFFFF;
}


