Body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.noLink {
	font-size : 12px;
}

A:LINK {
	color : Blue;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:VISITED {
	color : Purple;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
	
}
A:ACTIVE {
	color : Red;
}

A.ql:Visited {
	color : Navy;
	text-decoration : none;
}
A.ql:Hover {
	color : Green;
	text-decoration : underline;
}
