/* CSS Document */
a {	font-family: "Century Gothic", Arial, Verdana, "MS Sans Serif";
	font-size: 10px;
	color: #CCCCCC;
	text-decoration:none;	
}

a:hover { color: #ff9900;  text-decoration: none;}

