a.dir{
	font-family: "Arial";
	font-size: 12px;
	color: Navy;
	text-decoration: none;
	font-weight: bold;
	
}
a.dir:hover {
	font-family: "Arial";
	font-size: 12px;
	color: Navy;
	text-decoration: underline;
	font-weight: bold;
}
