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

