/* The only reason this CSS isn't valid is because it contains the scrollbar things.
   And that's there because IE doesn't render font-size:small properly. IE users are
   really the only ones likely to even get scrollbars. */

a:link, a:visited, a:active {
 text-decoration: underline;
 color: white;
 font-size: small;
 font-weight: bold;
}
a:hover {
 color: white;
 text-decoration: none;
 font-size: small;
 font-weight: bold;
}
.leftalign {
 text-align: left;
}
.centeralign {
 text-align: center;
}
.rightalign {
 text-align: right;
}
p.header {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: large;
 font-weight: bold;
}
p.plaintext {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 text-align: justify;
}
p.link {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 text-align: justify;
 text-indent: 20px
}
p.tinytext {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: xx-small;
 text-align: center;
}
p.quote {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: small;
 text-align: center;
}
p.quotecredit {
 color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: xx-small;
 text-align: right;
}
a.menu:link, a.menu:visited, a.menu:active {
 text-decoration: underline;
 font-size: medium;
 text-align: center;
 font-weight: normal;
 font-size: medium;
 color: #6FC600;
}
a.menu:hover {
 color: #B3FF00;
 font-size: medium;
 text-align: center;
 text-decoration:none;
 font-size: medium;
 font-weight: normal;
}
p.copyright {
 text-align: center;
 color: #555555;
 font-size: xx-small;
}
html { height: 100% }
body.reg {
 background-color: black;
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 scrollbar-face-color: #555555;
 scrollbar-highlight-color: black;
 scrollbar-shadow-color: black;
 scrollbar-3dlight-color: black;
 scrollbar-arrow-color: white;
 scrollbar-base-color: black;
 scrollbar-track-color: black;
 scrollbar-darkshadow-color: black;
 height: 98%;
 overflow: auto;
}
body.main {
 background-color: black;
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 scrollbar-face-color: #555555;
 scrollbar-highlight-color: black;
 scrollbar-shadow-color: black;
 scrollbar-3dlight-color: black;
 scrollbar-arrow-color: white;
 scrollbar-base-color: black;
 scrollbar-track-color: black;
 scrollbar-darkshadow-color: black;
 height: 98%;
 overflow: auto;
}
img { border: 0 }
table {
 width: 100%;
 height: 100%;
 border: 0;
 vertical-align: middle;
}
table.special {
 width: 100%;
 height: 97%;
 border: 0;
 vertical-align: middle;
}
input.button {
 font-family: Arial;
 font-size: small;
 color: white;
 border-color: white;
 border-style: solid;
 border-width: 1px;
 background-color: black;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */