@charset "utf-8";
h1 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03C;
	text-decoration: underline;
}

h2 {
	color: #333;
	font-size: 16px;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
	background-color: #39C;
	text-align: center;
	background-image: url(images/WaterAndPlants.jpg);
}

p {
	color: #333;
	font-size: 12px;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	line-height: 20px;
	font-weight: bold;
	color: #06c;
}

ul {
	font-size: 12px;
	color: #333;
}
.floatimage {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
