.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.a {
color: white;
}
.class1 A:link {text-decoration: none; color: white;}
.class1 A:visited {text-decoration: none; color: white;}
.class1 A:active {text-decoration: none; color: white;}
.class1 A:hover {text-decoration: underline; color: red;}

.class2 A:link {text-decoration: none; color: black;}
.class2 A:visited {text-decoration: none; color: black;}
.class2 A:active {text-decoration: none; color: black;}
.class2 A:hover {text-decoration: none; color: red;}

.class3 A:link {text-decoration: none; color: black;}
.class3 A:visited {text-decoration: none; color: black;}
.class3 A:active {text-decoration: none; color: black;}
.class3 A:hover {text-decoration: underline; color: red;}

.class4 A:link {text-decoration: underline; color: blue;}
.class4 A:visited {text-decoration: underline; color: blue;}
.class4 A:active {text-decoration: underline; color: blue;}
.class4 A:hover {text-decoration: underline; color: red;}