a.underlink:link {
	text-decoration: none;
	color: #0099FF;
}
a.underlink:visited {
	text-decoration: none;
	color: #0099FF;
}
a.underlink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.underlink:active {
	text-decoration: none;
	color: #FFFFFF;
}


