#nav, #sidebar, #footer {
display: none;
}

body {
margin: 0;
padding: 0;
text-align: left;
background-color: #000;
font-family: courier, times new roman, times, serif;
font-size: small;
color: #000;
}

h2 {
font-size: large;
}

h3 {
font-size: medium;
}

h4 {
font-size: small;
}

blockquote {
font-family: "Courier New", Courier, mono;
font-weight: bold;
color: #333;
background-color:#fff;
}

#content table caption {
font-weight: bold;
text-align: right;
}

#content table {
width: 100%;
border: 2px solid #000;
background: #fff;
margin: 0;
padding: 0;
border-collapse: collapse;
}

#content tr, #content td {
border-bottom: 1px solid #000;
border-right: 2px solid #000;
padding: 3px;
}

#content th {
background: #000;
color: #fff;
font-weight: bold;
margin: 0;
padding: 3px;
border-right: 2px solid #000;
text-align: left;
vertical-align: top;
}

#topheader th {
border-bottom: 2px solid #000;
}

.rowheader {
border-right: 2px solid #fff;
}
