a:link {
	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}

