@charset "utf-8";
/* CSS Document */

a:link {
	color: #bdc2ca;
	text-decoration:none;
}

a:visited {
	color: grey;
	text-decoration:none;
}

a:active {
	background-color: black;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

