
body  {
    margin: 0px 0px 0px;
    background: #79C2E3;
    background-image: url();
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 10pt;
    color: #11463a;
    text-align: justify;
    font-weight:bold;
}

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

input, option, select, textarea  {
    border: 1px solid #11463a;
    background: #79C2E3;
    font-family: Arial;
    font-weight:bold;
    font-size: 10pt;
    color: #11463a;
    border-width: 1px;
    border-style: solid;
    border-color:#11463a;
}

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

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

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

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