a {
	text-decoration: none;
	color: #CCCCCC;

}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FFFF00;
}
