body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-color: #00cc00;
}
a {
	font-size: 14px;
	font-weight: bold;
}
a:link, a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00FF33;
	background-color: #99CC33;
	padding-left: 5px;
	padding-right: 5px;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EC912D;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
}