h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #99CC00;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: lighter;
	margin-bottom: 3px;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
}
h3 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 0px;
}
p {
	margin-top: 3px;
	margin-bottom: 8px;
}
.space8 {
	margin-top: 4px;
	margin-bottom: 4px;
}
li {
	margin-top: 3px;
	margin-bottom: 3px;
}
ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
}
