a {
    text-decoration: underline
}
a:link {
	font-style: normal;
	color: #0000FF;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}
a:visited {
	font-style: normal;
	color: #3366FF;
}
a:active {
	color: #FF0000;
}
.whitebold A:link {color: #FFFFFF; font-weight: bold; text-decoration: none}
.whitebold A:visited {color: #CCCCCC; font-weight: bold; text-decoration: none}
.whitebold A:active {color: #FFFFFF; font-weight: bold; text-decoration: none}
.whitebold A:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}

.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline; color: green;}