.stylesheet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #CC9900;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	color: #CC9900;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	font-size:12px;
	color: #990000;
	text-decoration:underline;
	background-color: #CC9900;
	font-weight: bold;
}
p {
	font-family: verdana, sans serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: verdana, sans serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-family: verdana, sans serif;
	font-size: 20px;
	color: #990000;
}
h3 {
	font-family: verdana, sans serif;
	font-size: 18px;
	color: #990000;
}
h4 {
	font-family: verdana, sans serif;
	font-size: 16px;
	color: #990000;
}
h5 {
	font-family: verdana, "sans serif";
	font-size: 14px;
	color: #990000;
}
h6 {
	font-family: verdana, "sans serif";
	font-size: 12px;
	color: #990000;
}
