body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

em {
    color: red;
}

#topsection {
    background: #EAEAEA;
    height: 90px;
    /*Height of top section*/
}

#topsection h1 {
    margin: 0;
    padding-top: 15px;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#menu {
    float: left;
    width: 280px;
    /*Width of left column*/
    margin-left: -100%;
    background: #000000;
    color: white;
    height: 100%;
}

#menu a {
    font-weight: normal;
}

#menu h2 {
    color: white;
}

#footer {
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

#footer a {
    color: #FFFF80;
}

#motto h2 {
    border-bottom: 0px;
}

hr {
    color: lightblue;
}

td {
    vertical-align: top;
}