body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008080;
	background-color: #deefe7;
	margin:0 10%;
}
ul, ol, p, td {
	font-size: 16px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #003333;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a {
	color: #800040;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.accent {
	color:#003333;
}
.floatleft {
	float: left;
	margin: 5px;
}
.floatright {
	float: right;
	margin: 5px;
}
