.section {
    font-size: large;
    font-weight: bold;
    color: #000000;
}

.menu {
    font-size: large;
    font-weight: bold;
}

.name {
    font-size: extra-large;
    font-weight: bold;
}

.title {
    font-size: extra-large;
    font-weight: bold;
}

.subtitle {
    font-size: huge;
    font-weight: bold;
}

body { background-color: #FFEEB3; }
A:link { color: #485F57; }
A:visited { vlink: #A6ACAA; }

#tabs {
    padding: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

#tabs ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#tabs ul li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 2px 15px 5px;
    border: 1px solid #000;
    border-bottom: 1px solid #000;
    list-style: none;
    display: inline;
    background: #DCCD9A;
}

#tabs ul li.here {
    border: 1px solid #000;
    border-bottom: 1px solid #FFEEB3;
    list-style: none;
    display: inline;
    background: #FFEEB3;
}

