﻿body {
	font: 12pt Times New Roman;
}
p {
	margin: .5em 0 0 2em;
}
h1 {
	color: #990000;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	background: #f4f4ff;
	border: 2px solid #6699FF;
	border-left: 0;
	border-right: 0;
	padding: 4px 10px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	background: #f4fff4;
	border: 2px solid black;
	border-left: 0;
	border-right: 0;
	padding: 2px 10px;
}
h4 {
	font-variant: small-caps;
	background: #f4f4f4;
	border: 2px solid black;
	border-left: 0;
	border-right: 0;
	padding: 2px;
	text-align: center;
	margin-top: 100px;
}
#boatimages .boatimage {
	margin: 2px;
}
.sold {
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
	line-height: 18pt;
	color: #C00;
	background-color: #FF9;
	padding: 2px 4px;
	border: 1px solid #C00
}

#MenuHeader { display: none; }
