body {
    background-color: #fff;
    font-size: small;
}
a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
}

/* Sections */
#content {
    border: none;
    margin-left:auto;
    margin-right:auto;
    width: 95%;
    background: #fff;
}
#header {
    margin: 0;
    width: 90%;
    padding: 1px;
}
#main {
    float: none !important;
    width: 98%;
    text-align: left;
    color: #00009D;
    font-family: "Helvetica",sans-serif; 
    padding: 10px;
    background: transparent;
    font-size: small;
}
#left {
    display: none;
}
#right {
    display: none;
}
#footer { 
    display: none;
}
#clock {
    display:none;
}