body{
	background: #203050 url("../images/ocean-bgd.gif");
	font:16px,Verdana,Arial,Helvetica,sans-serif;
	color:#cdf;
}
strong{
	font-size:20px;
	font-weight:bold;
}
a{
	font-size:16px;
}
a:link{
	color:#4af;
}
a:visited{
	color:#a4f;
}
a:active{
	color:#fa4;
}
a:hover{
	color:#235;
	background:#89b;
}
a.nav, a.nav:link, a.nav:visited{
	display:block;
	width:150px;
	height:25px;
	background:#235;
	border:1px solid #89b;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	color:#89b;
	line-height:25px;
	overflow:hidden;
}
a.nav:active, #active{
	color:#faa;
	background:#346;
}
a.nav:hover{
	color:#235;
	background:#89b;
}
#active:hover{
	color:#faa;
	background:#89b;
}
.float{
	float:left;
}
.unfloat{
	clear:both
}
#logo{
	margin-top:2px;
	margin-left:8px;
}