a { text-decoration: none;  background: transparent; }
a:link { text-decoration: none;  color: #000080;  font-weight : bold; }
a:visited { text-decoration: none;  color: #000080; }
a:active { text-decoration: none;  color: Yellow;  background-color : Red; }
a:hover { text-decoration: underline; color: #000080;  background-color : Yellow;  }

TD {
	font : 12px Arial Helvetica Geneva;
	color : #000080;
}

A:LINK {
	color : #000080;
	text-decoration : none;
}

A:VISITED {
	color : #000080;
	text-decoration : none;;
}

A:HOVER {
	text-decoration : underline;
	background : Yellow;
}

A:LINK.boxtitle {
	color : #FFFF99;
	text-decoration : none;
}

A:VISITED.boxtitle {
	color : #FFFF99;
	text-decoration : none;;
}

A:HOVER.boxtitle {
	color : #6699cc;
	text-decoration : none;
	background : #FFFF99;
}

TEXTAREA {
	background-color : #ffffcc;
	font : 12px Arial;
	color : #000080;
}

INPUT {
	background-color: #ffffcc;
	font : 12px Arial;
	color : #000080;
}

a.a-z-menu-bttns { text-decoration: none;  color: white; background: transparent; }
a:link.a-z-menu-bttns { text-decoration: none;  color: white;  font-weight : bold; background-color : transparent; }
a:visited.a-z-menu-bttns { text-decoration: none;  color: white; font-weight : bold; background-color : transparent; }
a:active.a-z-menu-bttns { text-decoration: none;  color: white; font-weight : bold; background-color : transparent; }
a:hover.a-z-menu-bttns { text-decoration: none; color: yellow; font-weight : bold; background-color : transparent; }


TD.a-z-menu-bttns {
	background-image : url(/images/a-z_bk.gif);
}