.style1 {font-size: 12px}


a:link {
	color: #FF3399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9999FF;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}


