html {
    height: 100%;
}

#name {
    font-size: 20pt;
}

#nav {
    background-color: white;
    border-top: 1px solid #19001F;
    border-bottom: 1px solid #19001F;
    width: 800px;
}

#content{
    background-color: white;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 100%;
    padding: 10px;
} 
#title {
    margin-bottom: 10px;
}

a.navlink:link, a.navlink:visited, a.navlink:active {
    color: #2E0854;
    text-decoration: bold;
}

a:link, a:visited, a:active {
    color: #0F4D92;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
}

th {
    width: 110px;
}
table{
    table-layout: fixed;
    width: 800px;
    background-color: #FFE866;
}
