ul {
	list-style-type: disc;
	font-size: 0.5em;
	padding-left: 30;
}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #aeafb3;
}

A:LINK, A:VISITED, A:ACTIVE {
	text-decoration: underline;
	color: #4a721c;
	font: normal 12px "Arial";
}

A:HOVER {
	text-decoration: underline;
	color: #aeafb3;
}