#content {
    position:static;
    margin:0;
    border-top:1px solid #999;
    padding:1em 0 0;
    height:auto;
    background-image:none;
}
#content[id] {
    min-height:0;
}
#content #special {
    display:none;
}
#content #section {
    position:static;
}
#content #section b {
    display:block;
    color:#000;
    font-size:120%;
}
#content #recent {
    padding:0;
}
#content #recent table {
    margin:1em 0;
    width:100%;
}
#content #recent table th, #content #recent table td {
    padding:0;
    color:#000;
}
#content #recent table th {
    background-image:none;
}
#content #recent table td a:link, #content #recent table td a:visited, #content #recent table td a:hover {
    color:#000;
}
#content #recent table td a img {
    display:none;
}

