h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9933;
	text-align: center;

}
a:active {
	color: #CC9966;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #CC9966;

}
a:visited {
	color: #CC9966;
	text-decoration: none;
}
a:hover {
	color: #996600;
	font-style: normal;
	text-decoration: none;
	background-color: #999966;
}
