.box { border: thin solid gold; margin: 2.3em 6.3em 2.7em 6.0em; padding: 0.4em 0.6em 0.6em 0.6em; color: gold; }

.notice { color: gold; font-size: smaller}

a.goldlink:link, a.goldlink:visited, a.goldlink:active { color: gold; }
a.yellowlink:link, a.yellowlink:visited, a.yellowlink:active { color: yellow; }
a.graylink:link, a.graylink:visited, a.graylink:active { color: gray; }

a.graysubtle:link, a.graysubtle:visited, a.graysubtle:active { color: gray; text-decoration: none; }
a.graysubtle:hover   { color: gray; text-decoration: underline; }

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

a.tellus:link, a.tellus:visited, a.tellus:active { color: #666600; }
a.tellus:hover { color: #999900; }

a.homelink:link, a.homelink:visited, a.homelink:active { color: #666600; text-decoration: none; }
a.homelink:hover { color: #999900; text-decoration: underline; }

H4 { color: gold; }
H1 { color: yellow; font-family: Times, serif; font-style: italic; }

.spaced { line-height: 200%; }
.dashed { line-height: 200%; border-bottom: 1px dashed lightskyblue; }

.menu { font-family: Times,serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: bold;
        color:#FFFF99; }
.menuY { font-family: Times,serif;
        font-size: 11pt;
        font-style: italic;
        font-weight: bold;
        color:#FFFF00; }
