
#block-odd {
    border-style: solid;
    border-color: black;
    border-width: 2px 2px;
    background-color: #eeeeee;
    padding: 0px 0px;
    width: 100%;
}

#block-even {
    border: 2px solid black;
    width: 100%;
}


#copyright {
    border-style: none; 
    font-size: smaller;
    text-align: left;
    width: 100%;
}


DIV {
    margin-top: 3px;
/*    margin-bottom: 3px; */
    margin-left: 3px;
    margin-right: 20px;
}


#header-grey-right {
    border-style: solid;
    border-color: black;
    /* top and bottom borders: 1px; left and right borders: 0px */
    border-width: 2px 0px;
    background-color:#eeeeee;
    font-size: larger;
    text-align: right;
    width: 100%;
}


#header-teal-left {
    border-style: solid;
    border-color: black;
    /* top and bottom borders: 1px; left and right borders: 0px */
    border-width: 2px 0px;
    background-color: #009999;
    font-size: larger;
    text-align: left;
    width: 100%;
}


#menu-right {
    margin-top: 5px;
    float: right ;
    font-size: smaller;
    border: 2px black solid;
    padding: 5px .5em ;
    /* background-color: #eeeeee; */
    background-color: #f0f0f0;
    margin-left: 5px;
}


P {
    text-align: justify;
}

/* ========================================================================= */
