<style type="text/css">

a.nav: link {color: #FFFFFF;}
a.nav:visited {color: #DDDDDD;}
a.nav:hover {color: #EED8AE;}
a.nav:active {color: #CC7F32;}



a:link {
	color: #FFFFFF;

	white-space: nowrap;

	text-decoration: none;

}



a:visited {

	text-decoration: none;

	color: #AA0000;

}



a:hover {

	text-decoration: none;

	background-image: none;

	background-repeat: repeat-x;

	background-position: 100% 100%;

	color: #FF0000

}



a:active {

	text-decoration: none;

}



</style>