body
{
 font-family: Verdana,sans-serif;
 font-size: 80%;
 color: darkblue;
}
a:link
{
 color: darkblue;
}
a:hover
{
 color: blue;
}
table
{
 font-size: 100%;
 text-align: left;
 table-layout: fixed;
 border-collapse: collapse;
}
tr
{
 vertical-align: top;
}
.col1
{
 width: 12em;
}
.col2
{
 width: 16em;
}
.col3
{
 width: 1em;
}
.emphasis
{
 font-style: italic;
}
.copyr
{
 position: absolute;
 right: 10px;
 font-size: xx-small;
}
.small
{
 font-size: xx-small;
}
.versnr
{
 font-size: 80%;
}
