body {
 color: #000;
 background: #036;
}
table {
 border: 0;
 padding: 0;
}
td {
 vertical-align: top;
}
th#header {
 background-color: #036;
 border: 1px solid #369;
}
th#header h1 {
 margin: 0;
 padding: 0 0 0 0;
}
tr#navSite td {
 font-weight: bold;
 font-family: Arial, sans-serif;
}
tr#navSite td {
 background-color: #036;
 border-left: 10px solid #369;
}
tr#navSite td a:link, tr#navSite td a:visited {
 padding-left: .5em;
 background-color: #036;
 color: #fff;
 text-decoration: none;
 width: 100%;
}
tr#navSite td a:hover {
 color: #5f422c;
 text-decoration: line-through;
}
tr#footer td {
 text-align: center;
 border-top: 1px solid #999;
 padding-bottom: .5em;
 background: #003366;
}
tr#footer td a:link, tr#footer td a:visited {
 color: #fff;
 text-decoration: none;
}
tr#footer td a:hover {
 color: #5f422c;
 text-decoration: line-through;
}
