a.reg:link    { color: #0000ff; text-decoration: none; font: bold; }
a.reg:active  { color: #ff0000; text-decoration: none; font: bold; }
a.reg:visited { color: #0000ff; text-decoration: none; font: bold; }
a.reg:hover   { color: #9c0000; text-decoration: underline; }

a.menu        { width: inherit; height: 20; color: #0038f0; font-size: 18px; font-weight: 400; font-family: Arial; text-decoration: none; filter: none }
a.menu:hover  { color: #ffb22f; filter: glow(color=#0038f0, strength=4) }

a.nl          { width: inherit; height: 12; color: #0038f0; font-size: 12px; font-weight: 300; font-family: Arial; text-decoration: none; filter: none }
a.nl:hover    { color: #ffb22f; filter: glow(color=#0038f0, strength=4) }

#page {
 width: 100%;
 background-color: #cccc33;
 font: 12pt Arial;
 border: 1px solid green;
}

div.main      { position: absolute; top: 110; left: 175px; padding-right: 25; }
div.menu      { position: absolute; top: 110; left:   5px; }

.black        { color: #000000; }
.blue         { color: #0000ff; }
.brown        { color: #804000; }
.green        { color: #00ff00; }
.orange       { color: #ff8000; }
.red          { color: #ff0000; }
.violet       { color: #ff00ff; }
.err          { color: #ff0000; }
.upd          { color: #0000ff; }

.s08          { font-size:  8pt; }
.s18          { font-size: 18pt; }

.btn70        { width: 70px; }
.gry70        { width: 70px; color: #c0c0c0; }
.btn180       { width: 180px; }

hr {
 background-color: #000099;
 color: #000099;
 border: 0px;
}
