
#main {
left: 5%;
right: 5%;
position: absolute;
}

#header {
border-bottom: thin solid black;
}

#toc {
position:fixed;
right:10px;
top:10px;
}

table {
background-color:#004479;
border:thin solid black;
color:black;
margin-bottom:10px;
padding:2px;
}

th {
color:white;
font-weight:bold;
padding:2px 5px;
text-align:center;
}

td {
background-color:#F1F3E2;
padding:5px;
vertical-align:baseline;
}

ul {
margin:0px;
}

