@charset "utf-8";
.linkit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: 500;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
a:hover, a:active {
	text-decoration: underline;
	font-style:italic;
	font-weight:bolder;
	color: #FF0000;
	}