@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #CCC;
	background: transparent;
}
a:visited {
	text-decoration: none; 
	color: #666; 
	background: transparent;
}
a:hover {
	text-decoration: none; 
	color: #fff; 
	background: #6196BC;
}
a:focus {
	text-decoration: none; 
	color: #ccc; 
	background: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
	background: transparent;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}			
