body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f8f8f8;
	color: #000000;
	margin: 5 0 10px;
	padding: 0px;
	font-size: 100.01%;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
}

/*Links*/

a:link {
	color: #68633E;
}

a:visited {
	color: #68633E;
}

a:hover, a:active, a:focus {
	color: #6E7761;
}

hr {
	color: #355B6A;
	width: 90%;
}

h1, h2, h3 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: normal;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	background-color: #cfd6d5;
	text-indent: 10px;
	width: 100%;
	border-top: thin solid #a3b1af;
	border-bottom: thin solid #a3b1af;
}

/*For floating images left or right*/
.leftimage {
margin-right: 10px;
margin-bottom: 5px;
float: left;
}

.rightimage {
margin-left: 10px;
margin-bottom: 5px;
float: right;
}

.fullyBooked {
	background: #FFDE5B;
}
.captain {
	background: #cfc;
}
