body {
	background-color: #00553A;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF8C6;
}
.style3 {font-size: 10px}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	color: #00553A;
}

.link {color: #00553A}
.link-visiting {color: #901D0C}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

