/* CSS Document */

body {
	background-image: url(/caribbean04/images/waves.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	background-color: #B8F5EE;
	padding: 10px;
	border: solid #386A8F thin;
	margin: 10px 20px -20px 20px;
}

.header h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}

.content {
	background-color: #386A8F;
	border: solid #B8F5EE thin;
	margin: 20px;
	padding: 10px 30px;
}

.content img {
	float: right;
	margin: 0 5px 5px 5px;
}

.content img.left {
	float: left;
}

a {
	background-color: #386A8F;
	color: #B8F5EE;
	text-decoration: none;
	border-bottom: dashed black thin;
	font-weight: bold;
}

a:link {
	background-color: #386A8F;
	color: #B8F5EE;
	text-decoration: none;
	border-bottom: dashed black thin;

}

a:active {
	background-color: #386A8F;
	color: #B8F5EE;
	text-decoration: none;
	border-bottom: dashed black thin;

}

a:hover {
	background-color: #B8F5EE;
	color: #386A8F;
	text-decoration: none;
	border-bottom: dashed black thin;

}