@charset "utf-8";
/* CSS Document */
               
	
a:link {
	color: #f6e101;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
	font-weight: bold;
	color: #f6e101;
}

a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #FFFFFF;
}

a:active {
	text-decoration:underline;
	font-weight: bold;
}


