
p, td {
        font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
        font-size: 90%;
        color: white;
}
.table02 {
        border: 1px solid silver;
        border-collapse: collapse;
        font-size: 80%;
        margin-left: 1px;
}
.table02 tr {
        border: 1px solid silver;
}
.table02 td {
        border: 1px solid silver;
        padding: 2px;
        text-align: left;
}
.table02 th {
        border: 1px solid black;
        background-color: silver;
        color: black;
        font-weight: bold;
        padding: 2px;
        text-align: left;
}
.table02 tr th a,
.table02 tr th a:link,
.table02 tr th a:visited {
        color: blue;
        }
.table02 tr th a:hover {
        color: blue;
        text-decoration:underline;
        }
.table02 caption {
        border: 0px solid silver;
        color: white;
        font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
        font-size: 120%;
        font-style: normal;
        font-weight: bold;
        padding: 2px;
        text-align: left;
        caption-side: top;
}
.copywrite {
        font-style: italic;
        font-size: 60%;
        margin-top: 0px;
}
.klein  {
        font-size: 60%;
}
.table02 td center {
        text-align: center;
        }