body {
    background-color: #999999;
    margin: 0px;
}

A {
    color: #9999ff;
    text-decoration: none;
    font-family: Arial;	
    font-size: 12px;
    font-weight: bold;
    border-style: none;
}

A:link {
    color: #9999ff;
}

A:visited {
    color: #9999ff;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

A:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

A:active {
    color: #9999ff;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#geral {
    background-color: #fff;
    margin: 0 auto;
    width: 974px;
    height: 100%;
}

#miolo {
    z-index: 1;
    position: absolute;
    TOP: 0;
    width: 974px;
    background-color: White;
}

