body {
    background: #003333;
    color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 70ex;
    text-align: justify;
}

a:link {
    color: #0099ff;
    background-color: #003333;
}
a:visited {
    color: #ff3333;
    background-color: #003333;
}
h1 {
    font-size: 125%;
    text-align: center;
}
h2 {
    font-size: 110%;
    text-align: left;
}
hr {
    border: #009999;
    color: #009999;
    background-color: #009999;
    height: 1px;
}
img {
    border: 0;
}

table.contact {
    float: right;
    border-left: medium solid;
    border-bottom: medium solid;
    border-right: medium solid;
    border-color: #006666;
    margin: 0.5em 0em 1em 1em;
    text-align: left;
    border-collapse: collapse;
}
table.contact th {
    background-color: #006666;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 0.1em;
}
table.contact td.picture img {
    width: 20px;
    height: 20px;
    padding: 4px;
}

table.photos {
    margin-left: auto;
    margin-right: auto;
}
table.photos img {
    width: 240px;
    height: 180px;
}
table.photos td p {
    text-align: left;
    width: 240px;
}
table.photos td {
    padding: 0.5em;
    vertical-align: top;
    text-align: center;
}

table.footer {
    font-size: 80%;
    width: 100%;
}
table.footer td.navigation {
    text-align: left;
}
table.footer td.modification {
    font-style: italic;
    text-align: right;
}

