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

#afwpagewidth {
	width: 950px;
	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 {
	text-decoration: underline;
}

A:hover {
	color: #999999;
}

h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000066;
	font: normal 2em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}
 
h2 {
	color: #333366;
	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: 000033;
	font-family: arial;
	font-size: 1em;
}

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

li {
	margin-bottom: 1em;
}

.howto li {
	margin-bottom: 1em;
	list-style: none;
	padding-left: 30px;
	background-image: url(plane.png);
	background-repeat: no-repeat;
	background-position: -1px -2px;
}

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

#index h2 {
	color: #000033;
	font-family: arial;
	font-size: 1em;
	margin-top: 5px;
	margin-left: 2px;
	overflow: hidden;
	padding-top: 0px;
}

#index a:link {
	color: 000033;
	text-decoration: none;
}

#index a:visited {
	color: 000066;
	text-decoration: none;
}

#index a:active {
	text-decoration: none;
}

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

#hidespace p {
	color: #FFF;
}

#freepdg p {
	color: #990000;
	font-size: 1.1em;
	text-decoration: none;
}

#freepdg a {
	color: #990000;
	text-decoration: none;
}