


a.menu         {  text-decoration: none;  }
a.menu:link    { color: white }
a.menu:visited { color: white }
a.menu:hover   { color: yellow }
a.menu:active  { color: yellow }

a.hidden         {  text-decoration: none;  }
a.hidden:link    { color: yellow }
a.hidden:visited { color: yellow }
a.hidden:hover   { color: yellow }
a.hidden:active  { color: yellow }
