a {  text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:active {  text-decoration: underline}
a:hover {  color: #663366; text-decoration: underline}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
