/* CSS Document */
a{
color: #CCCCCC;
text-decoration: none;
}
	
a:hover {
color:#FFFFFF;
text-decoration: none;
}