@charset "utf-8";
/* CSS Document */

a {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #006699;
}
a:active {
	text-decoration: none;
	color: #FFF;
	text-align: center;
}
