@charset "utf-8";
a:link {
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
}

a:visited {
  color: #CCCCFF;
		font-size:11px;
		font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #CCCCFF;
	font-weight: bold;
}




