.ajmainmenu {
	font : 10pt Arial;
	text-decoration : none;
}

.ajsubmenu {
	font : 10pt Arial;
	text-decoration : none;
}

A:hover {
text-decoration: none;
color: blue;
}

A:visited{
text-decoration: none;
color: black;
}

A:link {
text-decoration: none;
color: black;
}

.help {
cursor: help;
 a:hover{
 color: blue;
 }
}
