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: left;}

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;
    font-size: 10pt;
    text-align: left;
    font-family: Arial,Helvetica;
    color: Blue;}

li  {margin-top: 6pt;}

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

TABLE {border: none 1px;}

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

TH {color: black;
    vertical-align: top;
    background-color: #F0F0F0;
    font-size: 14pt;
    font-family: Arial,Helvetica;
    text-align: left;
    border: none;}

TABLE.fl {border:none;
          text-align:center;}

#b {border:1px solid #0000FF;}

#bb {border:2px solid #0000FF;}

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

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

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

A:active {color: white;
          background-color:blue;
          text-decoration: underline;}

A:hover {color: white;
         background-color: blue;
         text-decoration: none;
         font-weight: 900;}

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