body {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}

p {
	padding-left: 100px;
}

h3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #336600;
}

hr {
	color: #336600;
}

a {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #336600;
	width: 150px;
	height: 23px;
	padding: 3px;
}

a:hover {
	text-decoration: underline;
	background-color: #336600;
	color: #99ff66;
}

img {
	margin: 3px;
	border-style: double;
	border-color: #336600;
	border-width: 5px;
}