body {
	text-align: center;
	color: black;
	background-color: #CCDDEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	font-size: 13px; }
	
blockquote {

}
	
.nav {
	color: #333333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 140%;
	width: 600px;
	font-size: 10px;
	height: 20px;
	margin-bottom: 20px;
	border: 0px;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #ADAAA3;
}

.nav a:link {
	color: #003366;
	text-decoration: none;
}

.nav a:visited {
	color: #003366;
	text-decoration: none;
}

.nav a:hover {
	color: #003366;
	text-decoration: underline;
}

.cont {
	width: 600px;
	background-color: #F7F5F0;
	border: 1px;
	border-style: solid;
	border-color: #ADAAA3;
	text-align: left;
	padding: 12px;
	margin-left: auto; 
	margin-right: auto;
	}