BODY { background-color:#f8f8f8; }

table {background-color: #f8f8f8;
       color: #41413F;
       font-family: OCR-A BT, Franklin Gothic Medium, Arial;
       font-size: 14px;
       }
.list {background-color: #d3e7ee;
       border-style: ridge;
       border-width: 5px;
       border-color: #54bbe5;
       color: #41413F;
       font-family: OCR-A BT, Franklin Gothic Medium, Arial;
       font-size: 14px;
       }

.besch {background-color: #bcdfea;
        color: #41413F;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 14px;
        border-bottom-width: 0px;
        border-top-width: 3px;
        border-top-style: dotted;
        border-top-color: #46b8e6;
        border-left-width: 3px;
        border-left-style: dotted;
        border-left-color: #46b8e6;
        border-right-width: 3px;
        border-right-style: dotted;
        border-right-color: #46b8e6;
        }

.data  {background-color: #eff5f7;
        color: #41413F;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 14px;
        border-top-width: 0px;
        border-bottom-width: 3px;
        border-bottom-style: dotted;
        border-bottom-color: #46b8e6;
        border-left-width: 3px;
        border-left-style: dotted;
        border-left-color: #46b8e6;
        border-right-width: 3px;
        border-right-style: dotted;
        border-right-color: #46b8e6;
        }

A       {color: #424b52;
        text-decoration : underline;
        font-size : 14px;
        font-weight : normal;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        }

A:HOVER {color: #B78443;
         text-decoration : overline;
         font-size : 14px;
         font-weight : normal;
         font-family: OCR-A BT, Franklin Gothic Medium, Arial;
         background-color: #bcdfea;
         }

.title {background-color: #bcdfea;
        color: #41413F;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 14px;
        border-bottom-width: 0px;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        }

H1 {
        color: #ff0000;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 18px;
        font-weight: bold;
        }

H2 {
        color: #41413F;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 16px;
        font-weight: bold;
        }
H3 {
        color: #ff0000;
        font-family: OCR-A BT, Franklin Gothic Medium, Arial;
        font-size: 14px;
        font-weight: bold;
        }
