body, html, pre {
 font-family: Verdana, Arial;
 font-size: 7pt;
}

.linkBox {
 position: absolute;
 top: 360px;
 width: 80px;
 text-align: center;
}

.boxLink {
 color: #666;
 font-family: arial;
 font-size: 8pt;
 text-decoration: none;
}

.boxLink:hover {
 color: #fff;
 font-family: arial;
 font-size: 8pt;
 text-decoration: none;
}

.input_text {
 font : 9pt;
 width: 115px;
 border : 1px solid Black;
 margin-bottom: 2px;
}

.input_button {
 font : 9pt;
 border : 2px ridge Gray;
 background-color : White;
}

.menuBox {
 position: absolute;
 top: 14px;
 width: 90;
 text-align: right;
 left: 0;
 color: #888;
 text-shadow: #fff -4px 0px 10px;
}

.menuLink {
 color: #900;
 font-family: Verdana;
 font-size: 6pt;
 text-decoration: none;
 text-shadow: #933 2px 2px 2px;
}

.tearsLink {
   color: #900;
   font-family: Verdana;
   font-weight: bold;
   font-size: 7pt;
   text-decoration: none;
   letter-spacing: 2px;
}

.tearsLink:hover {
 color: Red;
 font-family: Verdana;
 font-size: 7pt;
 text-decoration: none;
}

.menuLink:hover {
 color: #f22;
 font-family: Verdana;
 font-size: 6pt;
 text-decoration: none;
}

.contentBox {
 width: 650px;
 height: 100%;
 position: absolute;
 top: 0px;
 left: 130px;
 color: #777;
 margin-top: 0px;
 padding-top: 0px;
 text-shadow: #333 1px 1px 1px;
}

hr {
 height: 1px;
 color: #444;
}

.copyrightBox {
 position: absolute;
 top: 360px;
 width: 80px;
 color: Gray;
 font-size: 8pt;
 text-align: right;
 font-family: arial;
}

BODY {
 background: #222 url("background.jpg");
 background-repeat: no-repeat;
 background-position: 0 0;
 font-family: arial;
}

A {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration : none;
 color : #993030;
}

A:HOVER {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: Red;
 text-decoration : none;
}

FORM {
 margin : 0;
}

INPUT {
 font : 9pt;
 color : Gray;
 border : 1px solid Gray;
 margin-bottom: 2px;
}

TEXTAREA {
 font : 9pt;
 color : Black;
 border : 1px solid Gray;
 margin-bottom: 2px;
}

.separator {
    height: 0px;
    border-top: 1px solid Black;
    margin-top: 12px;
    margin-bottom: 12px;
    color: Black;
    width: 90%;
    display: block;
}

.announcement {
    color: #900;
}
