@charset "iso-8859-1";
/* CSS Document */

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

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

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:bold;
}

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