@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(background-fish.jpg);
	margin-top: 3em;
	line-height: 1.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A5E2ED;
}
a:link {
	color: #45C4DA;
	text-decoration: none;
}
a:visited {
	color: #40C1D9;
	text-decoration: none;
}
a:hover {
	color: #82D2EA;
	text-decoration: underline;
}
a:active {
	color: #0DDBFF;
	text-decoration: none;
}
.box1 {
	background-color: #1C7480;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
li {
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: left center;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	padding-left: 19px;
	list-style-type: none;
}

.boxtop {
	background-color: #2298AC;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dropcap {
	font-size: 16px;
	font-weight: bold;
}

