body {
    margin: 8px;
    font-family: sans-serif;
}

p {
    margin-top: 0px;
}

a {
    color: blue;
}

img {
    border: 0px;
}

.title, .main {
    position: absolute;
    left: 166px;
}

.title {
    top: 8px;
    font-size: 40pt;
}

.main {
    top: 76px;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
    border: 1px solid white;
    padding-left: 4px;
    font-size: 83%;    font-weight: bold;    background-color: #ccccff;
}

td {
    border: 1px solid white;
    padding: 4px;
}

tr.even {
    background-color:#f4f4f4
}

tr.odd {
    background-color:#eeeeee;
}

.alert {
    border: red 2px solid;
    background: yellow;
    padding: 5px;
    margin: 5px;
}

.hint {
    font-size:80%;
    color: grey;
}