BODY {
    font-family: Arial;
    color: black;
    width: 100%;
}

A {
    color: black;
    text-decoration: none;
}

A:visited {
    color: black;
    text-decoration: none;
}

//A:after {
//  content: " (" attr(href) ")";
//}

.page TH, .page TD {
    vertical-align: top;
    padding: 15px;
}

.leftcol {
    display: none;
    width: 0px;
}

.content {
   width: auto;
}

.rightcol {
   max-width: 5%;
}

.nav1 {
   display: none;
   height: 0px;
}

.nav2 {
   display: none;
   height: 0px;
}

.rightcol {
    min-width: 8em;
}
