.body, p, td, body {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica;
	font-size:12pt;
	color: #FFCC7F;
	margin: 10pt;
}
.header {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica;
	font-size:16pt;
	color: #FFFF00;
	font-weight: bold;
	font-variant: small-caps;
}
.small {
	font-family: arial,helvetica,sans-serif;
	font-size:8pt;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
body {
	background-color: #3399CC;
	background-attachment: fixed;
	background-image: url(/images/harbour_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	color: #FF9933;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}
.credits {
	font-size: 10pt;
	font-variant: small-caps;
	color: #FFFF00;
}
.main {
	border: medium ridge #FFFF66;
}