a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;



}
a:active {
	text-decoration: none;
}
