


#navbar {
position: absolute;
width: 300px;
top: 100px;
background-color: white;
padding: 10px;
margin: 10px;
border: 0px;
font-size: 16pt;
font-family: monospace;
}

#body {
position: absolute;
left: 300px;
background-color: white;
padding: 10px;
margin: 10px;
border: 0px;
font-family: monospace;
font-size: 8pt;
}

#copyright{
position: absolute;
top: 695px;
width: 719px;
padding: 10px;
left: 200px;
margin: 10px;
border: 0px;
font-family: monospace;
font-size: 8pt;
}
