body {
	background-color:#688AB6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	margin-top: 50px;
}

div#content {
	margin: 0 auto;
	background-color:#FFFFFF;
	width: 800px;
	height: 100%;
	border: 3px solid #cccccc;
}

a, a:visited {
	color:#688AB6;
}
a:hover {
	color:#486997;
}

p {
	text-align: center;
	margin: 2px;
}

h3 {
	color:#354E6E;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	text-align: center;
}


