a:link {
	text-decoration: none;
	color: #00C;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	/* [disabled]color: #F8F8F8; */
	text-align: center;
	-webkit-box-shadow: 10px 10px;
	box-shadow: 10px 10px;
	border-radius: 5px;
}
