body {
    margin: 2px;
}

#title {
    margin: 0px 0px 10px 0px;
    padding: 2px;
    border-top: none;
    border-right: 8px solid #fae39e;
    border-bottom: 1px solid #fae39e;
    border-left: 8px solid #fae39e;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
}

#topnav {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 4px 0px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #94b3d1;
    border-left: none;
    text-align: center;
}

#bottom {
    margin: 10px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
    border-top: 1px solid #94b3d1;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.section {
    margin: 10px 0 10px 0;
    padding: 2px 0 2px 0;
    border-top: 1px solid #3cb371;
    border-right: none;
    border-bottom: 1px solid #3cb371;
    border-left: none;
    text-align: center;
}
