body {
     background-color: #FFFFFF;
     color: black;
     fontsize: 20pt;
  }


.waitText {
     font-size: 9pt;
     color: #303030;
}


A:link {
         text-decoration: none;
         color: #1F346B;
       }

A:visited {
         text-decoration: none;
         color: #101010;
}
A:active {
         text-decoration: none;
         color: #101010;
}


td {
     font-size: 10pt;
     font-family: Helvetica, Arial, Verdana, sans-serif;
     color: #101010;
}

td.title {
     font-size: 11pt;
     color: #205090;
     font-weight: bold;
}

td.smallBlack {
     font-size: 10pt;
     color: black;
     font-weight: normal;
     letter-spacing: 0.0;
}

td.extraSmallBlack {
     font-size: 9.8px;
     color: #707070;
     font-weight: normal;
     letter-spacing: 0.0;
}

td.extraSmallGray {
     font-size: 8pt;
     color: #A0A0A0;
}

td.unterTitel {
     font-size: 9pt;
     font-weight: bold;
     color: #707070;
}


H1 {
     font-size: 15pt;
     font-weight: bold;
     color: #205090;
}

H2 {
     font-size: 11pt;
     font-weight: bold;
     color: #203070;
}
H3 {
     font-size: 10pt;
     font-weight: bold;
     color: #203070;
}


.chooserText {
     font-size: 8pt;
}

.extraSmall {
     font-size: 8pt;
     color: #1F346B;
}
code {
     font-family: Courier;
}
smallcode {
     font-size: 8pt;
     font-family: Courier;
}
.redText {
     color: red;
}
