body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
}

a:link {
	color: #005000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	text-decoration: none;
	background-color: #7CFC00;
	color: #005000;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #708F8F;
	text-decoration: none;
}

.subhead {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

li {
	padding: 3px;
	list-style-type: square;
}


