.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669966;
	line-height: 120%;
	white-space: normal;
	
}
a:link {
	color: #669966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: underline;
	color: #669966;
}
a:active {
	text-decoration: none;
	color: #EA994A;
}
UL {
list-style-type: none; 
}
