
body {
	color: #FFF;
	font-family: georgia, serif;
	font-size: 1em;
	text-align: center;
}

#afwpagewidth {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* "text-align: left" was added to #afwpagewidth 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: 000066;
	text-decoration: underline;
}

A:active {
	color: 000066;
	text-decoration: underline;
}

A:hover {
	color: blue;
}

h1 {
	position: relative;
	color: #152D6A;
	margin-top: -20px;
	margin-bottom: 5px;
	border-bottom: 4px solid #000066;
	font: normal 2em "Palatino Linotype", serif;
	letter-spacing: 1px;
	word-spacing: 5px;
}
 
h2 {
	color: #333366;
	font-family: "Palatino Linotype", serif;
	font-size: 1.5em;
	margin-top: 25px;
	margin-bottom: -10px;
	margin-left: 5px;
	overflow: hidden;
	padding-top: 0px;
	text-transform: uppercase;
	
}

h3 {
	color: #333366;
	font-family: times, serif;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 0px;
	text-transform: uppercase;
	
}
 
p {
	color: 000000;
	font-family: georgia;
	font-size: 1em;
	line-height: 150%;
}

.number	{
	font-family: times, serif;
	font-size: 2.5em;
	font-weight: bold;
	color: 000033;
	background: FFFFFF;
	line-height: 100%;
}

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

.date {
	font-size: 1.25em;
	color: #333366;
	margin-bottom: -35;
	margin-top: 0;
	z-index: 1;
}	

