body {
    font-family: Palatino, serif;
    background-color: #DDDDDD;
    color: #000;
    }
a:hover {
    color: red;
    background-color: white;
    text-decoration: underline;
    }
a img:hover {
    background-color: white;
}
a:active {
    background-color: #FFA;
    }
abbr {
    color: #709;
    }
h1 {
    text-align: center;
    color: #2E3192;     /* to match logo */
    }
h2 {
    clear: left;
    }
h3 {
    color: #900;
    }
table.navbar {
    border-spacing: 4px 0px;
    }
table.navbar tr td {
    width: 300;
    text-align: center;
    border-style: solid;
    border-color: #2E3192;     /* to match logo */
    border-width: 1;
    background-color: #88F;
    font-family: san-serif, Arial, Helvetica;
    font-size: smaller;
    font-weight: bold;
    padding: 3;
    cursor: default;
    }
table.navbar tr td.selectable {
    background-color: #BBF;
    cursor: pointer;
    font-weight: normal;
    }
table.navbar tr td.selectable:hover {
    background-color: #55F;
    color: white;
    }
.body {
    margin: 10;
    line-height: 125%;
    }
div.footer td {
    font-size: smaller;
    }
img.foto {border: 13px solid white}
img.right {float: right; margin: 20 0 10 10}
img.left {float: left; margin: 20 20 20 0}