body {
	background-attachment: fixed;
	background-color: #00383f;
	background-image: url(images/swirly.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00383F;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.content A:link {color: #000000;	text-decoration: underline;}
.content A:visited {color: #000000; text-decoration: underline;}
.content A:hover {color: #acacac; text-decoration: overline;}
.content A:visited:hover {color: #acacac; text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #00727B;
	list-style-type: circle;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00727B;
	list-style-type: circle;
}
