a:link {
	color: #08A89E;
	text-decoration: none;
}
a:visited {
	color: #08A89E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #08A89E;
}
.body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C2600;
	border: thin solid #08A89E;
	background-color: #FFF;
}
.header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:  #4C2600;
	font-weight: bold;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
}
.subheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C2600;
}
.bodyLarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4C2600;
}
.image {
	margin: 10px;
	padding: 5px;
	border: thin solid #D9D7B1;
}

