body 
{
 text-align: center;
 background-color: #9ee9e9;
}

.leftnav 
{
 float: left;
 background-color: #9ee9e9;
 width: 12em;
}

.header 
{
 text-align: left;
 font-size: 3em;
 padding-bottom: 0.3em;
}

.section 
{
 font-size: 1.5em;
 font-weight: bold;
 background-color: #A8A8A8;
}

.content 
{
 text-align: left;
 margin-left: 13em;
}

.content td 
{
 text-align: left;
 border-width: 1px;
 border-style: solid;
}

.login 
{
 text-align: left;
 width: 250px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 border-width: 1px;
 border-style: none;
 background-color: #9ee7e9;
}

.login table 
{
 margin-top: 0.5em;
 margin-right: auto;
 margin-bottom: 0.5em;
 margin-left: auto;
 color: #002D2F;
}

.table 
{
 color: #9ee7e9;
}