body {
	margin: 5px;
	padding: 0;
	background: url('water_bkgd.jpg');
	text-align: center;
}

.content {
	margin: auto;
	border: 3px solid #102027;
	width: 880px;
	background-color: #3c4957;
	font-family: verdana;
	font-size: 12pt;
	color: #ffffff;
}

.navfade {
	background: url('nav_back.gif');
	height: 48px;
}

.moved {
	font-family: verdana;
	font-size: 26pt;
	color: #ffffff;
}

a, a:active, a:visited {
	font-family: arial;
	font-size: 14pt;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 14pt;
	color: #8895a3;
	text-decoration: underline;
}