@charset "utf-8";
/* CSS Document */
a:link {
	color: inherit;
	text-decoration: inherit; 
}

a:visited {
	color: inherit;
	text-decoration: inherit; 
}
a {
	color: white;
	text-decoration: none;
}
