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.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);
}

