
body  {
    margin: 0px 0px 0px;
    background: #5389A3;
    background-image:url();
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 12pt;
    color: #DDE096 ;
    text-align: justify;
    font-weight:none;
}

p, table, tr, td  {
    font-family: Georgia;
    font-size: 10pt;
    color: #DDE096 ;
    text-align: left;
}

input, option, select, textarea  {
    border: 1px solid #060b3b;
    background: #060b3b;
    font-family: Georgia;
    font-weight:bold;
    font-size: 10pt;
    color: #5389A3;
    border-width: 1px;
    border-style: solid;
    border-color:#FFFFFF;
}

a:link {
    cursor: default;
    color: #060b3b;
    text-decoration: none;
    font-size: 12pt;
    font-style:italic;
    font-weight:normal;
}

a:active {
    cursor: default;
    color: #060b3b;
    text-decoration: none;
    font-style:italic;
    font-weight:normal;
}

a:visited {
    cursor: default;
    color: #060b3b;
    text-decoration: none;
    font-style:italic;
    font-weight:normal;
}

a:hover {
    cursor: default;
    color: #DDE096 ;
    border: 1px:
    text-decoration: underline;
    background:#5389A3;
}