
body {
	color: #FFF;
	font-family: georgia, serif;
	font-size: 1em;
	text-align: center;
}

#pagewidth {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* "text-align: left" was added to #pagewidth 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: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #800080;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:hover {
	color: #999999;
}

h1 {
	color: #000090;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000090;
	font: normal 1.7em "Arial Black", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}
 
h2 {
	color: #CC9900;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 0px;
	
}

h3 {
	color: #333300;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 0px;
	
}
 
p {
	color: #000000;
	font-family: georgia, serif;
	font-size: 1em;
	line-height: 1.2em;
}



ul {
	color: #000000;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 2em;
	margin-left: 2em;
}

li {
	margin-bottom: .5em;
	color: #000000;
	font-family: arial;
	font-size: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

ol {
	color: #000000;
	font-family: arial;
	font-size: 1em;
	margin-bottom: .5em;
	margin-left: 2em;
}

table {
	font-family: arial;
	font-size: 1em;
	color: #000000;
}	


#index p {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 1.0em;
	margin-top: 10px;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 0px;
	
}
