
body  {
    margin: 0px 0px 0px;
    background: #000000;
    background-image: url();
    background-repeat: repeat-y;
    font-family: Verdana;
    font-size: 9pt;
    color: #ECD0C2;
    text-align: justify;
    font-weight:none;
}

p, table, tr, td  {
    font-family: Verdana;
    font-size: 9pt;
    color: #ECD0C2;
    text-align: left;
}

input, option, select, textarea  {
    border: 1px solid #ECD0C2;
    background: #000000;
    font-family: Verdana;
    font-size: 9pt;
    color: #ECD0C2;
    border-width: 1px;
    border-style: solid;
    border-color:#ECD0C2;
}

a:link {
    cursor: help;
    color: #ECD0C2;
    text-decoration: none;
    font-weight:bold;
}

a:active {
    cursor: help;
    color: #ECD0C2;
    text-decoration: none;
    font-weight:bold;
}

a:visited {
    cursor: help;
    color: #ECD0C2;
    text-decoration: none;
    font-weight:bold;
}

a:hover {
    cursor: help;
    color: #000000;
    border: 1px:
    text-decoration: strikethrough;
    font-weight: uppercase;
    background:#ECD0C2;
}