/* */

a.plain { text-decoration: none; color: #fcfaeb; font-weight: bold; }
a.plain:link { text-decoration: none; color: #fcfaeb; font-weight: bold; }
a.plain:visited { text-decoration: none; color: #fcfaeb; font-weight: bold; }
a.plain:hover { text-decoration: none; color: gold; font-weight: bold; }

a.plain2 { text-decoration: none; color: gold; font-weight: bold; }
a.plain2:link { text-decoration: none; color: gold; font-weight: bold; }
a.plain2:visited { text-decoration: none; color: gold; font-weight: bold; }
a.plain2:hover { text-decoration: none; color: gold; font-weight: bold; }

p.menu {margin: 0; padding: 0.4em; background: silver; color: black}
p.menu a {color: black; border: thin outset silver; padding: 0.1em 0.3em}


