@import url("hover.css");
.tannounderline {
	color: #FEE1AB;
	text-decoration: none;
}
.blacknounderlink {
	color: #000000;
	text-decoration: none;
}
.bluenounderline {
	color: #0000FF;
	text-decoration: none;
}
.whitenounderline {
	color: #FFFFFF;
	text-decoration: none;
}
.burgundynounderline {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #660000;
}
