
body {
    font-family: Verdana, Sans-Serif, Arial;
}

.time td {
    background-color: #DDD;
    font-size: 8pt;
    padding-left: 10px;
}

.nr td {
    background-color: #FC9;
    font-weight: bold;
    padding: 10px;
}

.content td {
    background-color: #DDD;
    padding: 8px;
    font-size: 11pt;
}


.msgs {
    width: 400px;
    border: 1px solid black;
}

.light {
    color: #999;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.small {
    font-size: 8pt;
}

