@charset "UTF-8";

a:link{
	color:rgb(30,30,30);
	font-weight:900;
	text-decoration: underline;
}

a:active{
	color:rgb(30,30,30);
	font-weight:900;
	text-decoration: none;
}

a:visited{
	color:rgb(30,30,30);
	font-weight:900;
	text-decoration: underline;
}

a:hover{
	color:rgb(100,100,100);
	font-weight:900;
	text-decoration: underline;
}