
body  {
    margin: 0px 0px 0px;
    background: #B5BA72;
    background-image:url();
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 10pt;
    color: #3E441B;
    text-align: justify;
    line-height: 24px;
    font-weight:none;
    margin: 10px;
}

p, table, tr, td  {
    font-family: Georgia;
    font-size: 10pt;
    color: #3E441B ;
    line-height: 24px;
    text-align: left;
    margin: 10px;
}

input, option, select, textarea  {
    border: 1px solid #FFFFFF;
    background: #B5BA72;
    font-family: Georgia;
    font-weight:bold;
    font-size: 10pt;
    color: #3E441B;
    line-height: 24px;
    border-width: 1px;
    border-style: solid;
    border-color:#FFFFFF;
    margin: 10px;
}

a:link {
    cursor: default;
    color: #6F743C;
    text-decoration: none;
    font-size: 10pt;
    font-style:bold;
    font-weight:normal;
}

a:active {
    cursor: default;
    color: #6F743C;
    text-decoration: none;
    font-style:bold;
    font-weight:normal;
}

a:visited {
    cursor: default;
    color: #6F743C;
    text-decoration: none;
    font-style:bold;
    font-weight:normal;
}

a:hover {
    cursor: default;
    color: #FFFFFF ;
    border: 1px:
    text-decoration: underline;
    font-weight: uppercase;
    background:#B5BA72;
}