  A  {
        font-family:Arial;
        font-weight:bold;
        font-style:normal;
        color:Black;
        text-decoration:underline;
        font-size:10px;
}

A:Visited  {
        font-family:Arial;
        font-size:10px;
        font-weight:bold;
        font-style:normal;
        color:green;
        text-decoration:underline;
}

A:Active  {
        font-size:10px;
        font-family:Arial;
        font-weight:bold;
        font-style:normal;
        color:Blue;
        text-decoration:underline;
}

A:Hover  {
        font-size:10px;
        font-family:Arial;
        font-weight:bold;
        font-style:normal;
        color:Blue;
        text-decoration:underline;
}

  td.titel  {
          font-size:19px;
          font-family:Arial;
          font-weight:bold;
          color:Black;
          text-align:center;
  }
  td  {
          font-size:12px;
          font-family:Arial;
          font-weight:normal;
          color:White;
  }
   td.big  {
          font-size:20px;
          font-family:Arial;
          font-weight:normal;
          color:White;
          text-align:center;
          border-width:1px;
    border-color:Navy;
    border-style:solid;
  }
  td.error  {
          font-size:14px;
          font-family:Arial;
          font-weight:bold;
          color:Red;
          text-align:center;
  }