body
         {
         bgcolor:"#FFFFFF";
         text:"#000000";
         }

h1
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: large;
        text-align: left;
        line-height: normal;
        font-weight: normal;
        color: darkblue;
        }

h2
        {  font-family: "Comic Sans MS";
        font-style: bold;
        font-size: medium;
        text-align: left;
        line-height: normal;
        font-weight: normal;
        color: blue;
        }

p
        {  font-family: "Arial";
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: black;
        }
.normal
        {  font-family: "Arial";
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: black;
        }

th
        {  font-family: "Arial";
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: black;
        }

td
        {  font-family: "Arial";
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: black;
        }
ul
        {
        list-style-image:url(http://www.dirks-bilderwelt.de/data/blauer-Punkt.jpg);
        vertical-align: baseline;
        }

li
        {  font-family: "Arial";
        font-size: 10pt;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        vertical-align:top;
        color: black;
        }

.note
        {  font-family: "Arial";
        font-style: bold;
        font-size: x-small;
        line-height: normal;
        font-weight: normal;
        color: blue;
        text-align:center;
        }
a:link
      {
      color: blue;
      }

a:visited
      {
      color:darkblue;
      }

a:active
      {
      color:red;
      }