body  {
    margin: 2px 2px 10px;
    background: #000000;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}

p, table, tr, td  {
    background: #000000;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

h3 {
    font-size: 11px;
    font-weight: normal;
    color: #090708;
    text-align: center;
}

input, option, select, textarea  {
    border: 1px solid #000000;
    background: #ffffff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    margin: 2px;
    padding: 1px;
    background-color: #000000;
    border: 1px dashed #ff99cc;
}

.divider {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: 2px;
    padding: 1px;
    background-color: #000000;
    border: 1px dashed #ff99cc;
}
a:link {
    color: #ff99cc;
    text-decoration: none;
}

a:active {
    color: #ff99cc;
    text-decoration: none;
}

a:visited {
    color: #ff99cc;
    text-decoration: none;
    border-bottom: 1px dotted #ff99cc;
}

a:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    border: 1px dashed #ff99cc;
}

#left  {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: auto;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #000000;
    border: 0px solid #000000;
    text-align: right;
}

#main  {
    position: absolute;
    top: 12px;
    left: 180px;
    width: 400px;
    height: auto;
    padding: 5px;
    background: #000000;
    border: 0px dotted #ff99cc;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-align: justify;
}

#right  {
    position: absolute;
    top: 10px;
    left: 190px;
    width: 500;
    height: 350px;
    overflow: auto;
    margin: 0 0 0 -1px;
    padding: 0px;
    background: #000000;
    border: 0px solid #000000;
    text-align: justify;
}
