body
{
    font-family: sans-serif;
    background: white;
    margin: 2em 1em 2em 1em;
}

h1, h2, h3 {
    font-weight: bold;
    color: #005aa0;
}

h1 {
    font-size: 220%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 100%;
}

table {
    border-collapse: collapse;
}

th {
    text-align: center;
    font-weight: bold;
}

td, th {
    padding: 2px 5px;
}

th {
    background: #ffffc0;
}

a img {
    border: 0;
}

a {
    text-decoration: none;
}

a:hover, a:visited:hover {
    text-decoration: underline;
}


tr.odd > td {
    background: #f0f0f0;
}

li {
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: square;
}

pre {
    margin-left: 2em;
}

table.contact td.kind {
    font-weight: bold;
}
    
table.contact td {
    vertical-align: top;
}