BODY {color: Blue;
      font-size: 10pt;
      font-family: Arial,Helvetica;
      font-weight: bold;
      margin-top: 15px;
      margin-left: 15px;
      margin-right: 15px;
      background-color: White;
      background-image: url(http://www.sfa-bulls.de/bilder/bulls-back.gif);
      background-position: center;
      background-position: middle;
      background-repeat: no-repeat;
      background-attachment: fixed;}

h1 {color: blue;
    font-size: 20pt;
    font-weight: bold;
    text-align: center};

h2 {color: blue;
    font-size: 18pt;
    font-weight: bold;
    text-align: center};

h3 {color: blue;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;}

p  {color: blue;
    font-size: 10pt;
    font-family: Arial,Helvetica;
    font-weight: bold;}

ul {list-style-position: outside;
    list-style-type: square;
    text-align: left;
    font-family: Arial,Helvetica;
    color: Blue;
    font-size: 10pt;}

li {margin-top: 6pt;}

hr {width: 95%;
    height: 2px;
    border: 2px solid blue;
    color: blue;}

TABLE {border: solid 2px blue;
       text-align: left;}

TD {color: blue;
    font-size: 10pt;
    font-family: Arial,Helvetica;
    font-weight: bold;
    border: solid 1px blue;
    padding: 5pt;}

TH {color: blue;
    background-color: #F0F0F0;
    font-size: 14pt;
    font-family: Arial,Helvetica;
    text-align: center;
    border: Solid 2px blue;}

TABLE.fl {border: solid 2px blue;
       text-align: center;}

TABLE.or {border: none;
       text-align: left;}

TD.or {color: blue;
    font-size: 10pt;
    font-family: Arial,Helvetica;
    font-weight: bold;
    border: none;}

TH.or {color: blue;
    background-color: #F0F0F0;
    font-size: 14pt;
    font-family: Arial,Helvetica;
    text-align: center;
    border: none;}

A:link {color: red;
        text-decoration: none;}

A:visited {color: #cc00cc;
           text-decoration: none;}

A:active {color: white;
          background-color:blue;
          text-decoraton: none;}

A:hover {color: white;
         background-color: blue;
         font-weight: 700;}

#links  {border-left-width: 2px;
                 border-left-color: blue;
                 border-left-style: solid;}
