body {
	font-size: 12px;
	color: #666666;
	font-family:Osaka, Verdana, sans-serif;
}
a:link {
	color: #66CC00;
	text-decoration: underline;
}
a:visited {
	color: #66CC00;
	text-decoration: underline;
}
a:hover {
	color: #66CC00;
	text-decoration: underline;
	background: #CCFF99;
}
a:active {
	color: #66CC00;
	text-decoration: underline;
	background: #CCFF99;
}
h1 {
	font-size: 16px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Osaka, Verdana, sans-serif;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	margin-left: 10px;
	color: #FF6666;
	margin-bottom: 0px;
	font-family: Osaka, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	background: #66CC00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Osaka, Verdana, sans-serif;
}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
	list-style: url(none) none;
	margin-left: 0px;
}
div {
	font: 12px Osaka, Verdana, sans-serif;
}
ul {
	list-style: none outside;
	display: inline;
}
