
body  {
    margin: 0px 0px 0px;
    background: #BDC2C5;
    background-image: url('v8bg02lazy.jpg');
    background-repeat: repeat-y;
    background-position:200px; 
    font-family: Georgia;
    font-size: 11pt;
    color: #09233C;
    text-align: justify;
    font-weight:none;
}

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

input, option, select, textarea  {
    border: 1px solid #BDC2C5;
    background: #BDC2C5;
    font-family: Georgia;
    font-weight:bold;
    font-size: 11pt;
    color: #09233C;
    border-width: 1px;
    border-style: solid;
    border-color:#BDC2C5;
}

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

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

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

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