body
{
    font-family: Tahoma, San Serif;
    font-size: 8pt;
    color: black;
    margin: 5px;
    padding: 5px;
    background-color: white;
}

tr
{
    background-color: white;
}

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

td
{
    font-family: Tahoma, San Serif;
    font-size: 8pt;
    color: black;
    padding: 3px;
}

a
{
    font-size: 8pt;
    color: blue;
    text-decoration: none;
}

a:hover
{
    color: white;
    background-color: black;
}

a:visited
{
    color: red;
}

a:visited:hover
{
    color: white;
    background-color: black;
}

.dateh, .fromh, .toh, .subjecth
{
    background-color: #d4d0ff;
    color: black;
    text-decoration: underline;
}

.from, .to
{
    width: 200;
}

.subject
{
    width: 350;
    text-decoration: underline;
}

.date, .dateh
{
    text-align: center;
    width: 200;
}

