body
{
	background-color: #fff;
	color: #000;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;

}

a:link, a:visited {
	color: 3661a1;
}
a:hover {
	color: #d5aa83;
}
h1 {
	color: #3661a1;
}
#container
{
	position: absolute;
	width: 600px;
	margin-left: 50%;
	left: -300px;
}
.nav 
{
	font-size: 16px; 
	font-weight: bold;
	color: #57a;
	font-variant: small-caps;
	text-align: center;

}

.header {
	background-color: #adccff;
	font-size: 20px; 
	color: #57a;
	text-align: center;
	font-variant: small-caps;

}

.footer {
	background-color: #adccff;
	text-align: center;
	margin-bottom: 20px;
}