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

a {
	color: #0000FF;
	text-transform: capitalize;
}

a:hover {
	text-decoration: none;
	color: #8ace10;
}