a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-bottom-style: solid;
	border-left-style: none;


}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
