h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	background-color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}
#maincontent {
	width: 450px;
	top: 50px;
	left: 230px;
	position: absolute;
}

#maincontent a:link {
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#maincontent a:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#maincontent a:hover {
	color: #FFB442;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.statcounter {
display: none;
}