body {visibility:hidden;}
#top {
    position: absolute;
    top: -100px;
    visibility: hidden;
    display: none;
}
.noprint {
    visibility: hidden;
    display: none;
}

#td_act {
    width: 0;
}

#main {
    visibility:visible;
    left: 0;
    top: 30;
    width: auto; 
    margin: 0 5%;
    padding: 5; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
}
#main ul {
    list-style-type: circle;
}

a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}


