  body {
	
	font-size: 80%;
	font-family: trebuchet ms, verdana;
	color: #fff;
	background: #003366;
	text-align: center;
}

a {
	color: #339999;
}

a:hover {
	color: #fff;
}

#document {
	width: 752px;
	margin: auto;
	text-align: center;
}

h2 {
	font-size: 250%;
	font-family: verdana;
	color: #fff;
}

h3 {
	font-size: 140%;
	font-family: trebuchet ms, verdana;
	color: #ccc;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 2px solid #ffcc00;
	display: block;
}

#footer {
	text-align: center;
	color: #ffcc00;
	font-size: 90%;
	text-style: bold;
}

#footer a {
	color: #ffcc00;
	text-decoration: none;
}

#footer a:hover { 
	color: #fff;
	text-decoration: underline;
}

.nofloat {
	clear: both;
}

hr {
	height: 1px;
	color: #fff;
	background: #fff;
	border: #fff;
}

.quote {
	font-size: 200%;
	font-style: italic;
}
