.style1 {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;

}
.style2 {
	color: #FF0066;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0066;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}