
a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bolder;

}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bolder;

}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bolder;

}
a:hover {
  text-decoration: underline;
  color: #FF6600; 
}
