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

a {
	color: #F1F1F1;
	text-decoration: none;
}


a:hover, a:active, a:focus {
	color: #FF7C25;
	text-decoration: none;
}
