A:link, A:visited
{
    color: blue;
}
A:link:hover
{
    color: blue;
    font-style: italic;  
}

H1, H2, H3, H4, H5, H6
{
    color: #555555;
}

BODY
{
    background-color: white;
    text-color : black;
}

P, TD, TR
{
    text-color: black
    vertical-align: top;
    text-align: left;
}

HR
{
    color: blue;
}

.auteur
{
    font-style: normal;
}

.titel
{
    font-style: italic;
    /* text-transform: capitalize; */
}
.pagina
{
    font-style: normal;
}

.menuhead
{
    font-style : normal;
    color     : blue;
}
.letter
{
    font-family : "Courier New", monospace;
}
.comment
{
    font-family : "Courier New", monospace;
    font-size   : 10pt;
}
.commentlink
{
    font-family : "Courier New",monospace;
    font-size   : 10pt;
    font-style  : italic;    
}
