a:hover {
           color:#00CCFF;
   }

.header {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: bold;
                color: #0000CC;
                }

.text        {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
                }

/* Main Currency */
.macu        {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: bold;
                }
/* Foreign currency */
.focu        {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: italic;
                font-weight: normal;
                }

.errortext {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: bold;
      text-align : center;
      }

td.topic {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                color: white;
                font-size: 13px;
                font-style: normal;
                font-weight: bold;
}

td.content {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
}

td.korb {
                font-family: Verdana, Arial, Helvetica, sans-serif;
                color: white;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
}

pre  {
        font-family : monospace;
        font-size : 14px;
}

big  {
        font-size : 22px;
        font-family : Verdana, Arial,Helvetica,sans-serif;
}

small  {
        font-size : 9px;
        font-family : Verdana, Arial,Helvetica,sans-serif;
}

hr {
   color: black;
}

/* Should be the same as: <table border="1" cellpadding="3" cellspacing="0" bordercolor="#99ccff">
table.border_yes {
      padding: 2px;
      border-spacing: 0px;
      border-width: 0px;
      border-color: black;
      border-style: solid;
}

This can be used for html debug purposes:
TABLE {border: 0px solid purple !important;
   margin: 5px !important; border-collapse:
   separate !important; border-spacing: 0px !important;
   empty-cells: show !important;}
TH {border: 0px solid blue !important;
   padding: 3px !important;}
TD {border: 0px solid red !important;
   padding: 3px !important;}
*/
