a { text-decoration:none; }

a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#FF00FF;
	text-decoration: underline;
}

