.style1 {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #FFFF66}
.style3 {color: #333333}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
