body {
    font-family: helvetica,arial,sans-serif;
    color: black;
    background-color: white;
    margin-left: 0;
    margin-top: 0; 
}

a:link {
    color: #101080;
    text-decoration: none;
}

a:active {
    color: #101080;
    text-decoration: none;
}

a:visited {
    color: #101080;
    text-decoration: none;
}

a:hover {
    color: #101080;
    text-decoration: underline;
}

.titlebartable { 
    text-align: center; 
    width: 90%; 
}

.titlebar {
    vertical-align: top; 
    height: 0%; 
    background-color: rgb(102, 51, 0);
    font-weight: bold; 
    font-size: 150%;
    color: rgb(255, 255, 204);
}

.subtitlebar {
    vertical-align: top; 
    background-color: rgb(194, 134, 00);
    color: rgb(255, 255, 204); 
    font-weight: bold;
    font-size: 120%;
}

.maintable {
    width: 90%; 
    height: 100%;
}

.menu {
    vertical-align: top; 
    width: 16%; 
    text-align: left; 
    background-color: rgb(255, 204, 102);
    color: rgb(102, 102, 0); 
    font-weight: bold;
    padding: 1em;
    padding-top: 2em;
}


.text {
    vertical-align: top; 
    text-align: justify;
    background-color: rgb(255, 255, 204);
    padding: 2em;
    padding-top: 1em;
}

.photo{
    border: 3px solid; 
}



