A {
	color : Navy;
	text-decoration: none;
	font-weight : bold;
	font-family : Arial;
	font-size : 14px;
}
A:hover {
	color : Navy;
	text-decoration: underline;
	font-weight : bold;
	font-family : Arial;
	font-size : 14px;
}
