.style1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
}
.style2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #00CC33;
}
.style3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 36px;
	color: #0066FF;
}
a:link {
	color: #00CC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF33;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
}
