body {
        font-family:Arial,sans-serif;
        font-size:normal;
        font-style:normal;
        font-weight:bold;
        text-align:left;
        color:#FFFFFF;
        background-color:#EFEFEF;
}

table {
 font-family:Arial,sans-serif;
 font-size:x-small;
 font-style:normal;
 font-weight:bold;
 text-align:left;
 color:#001800;
}

h3 {
 font-family:Arial,sans-serif;
 font-size:medium;
 font-style:normal;
 font-weight:normal;
 text-align:left;
 color:#FFFFFF;
 letter-spacing : 8px;
 }

 h5 {
 font-family:Arial,sans-serif;
 font-size:xx-small;
 font-style:normal;
 font-weight:normal;
 text-align:left;
 color:#001800;
 letter-spacing : 2px;
 }
 
div.mybody {
 margin-left:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px; }

p {
 font-family:Arial,sans-serif;
 font-size:x-small;
 font-style:normal;
 font-weight:bold;
 text-align:left;
 color:#000000;
 background:#DADADA;
}

 a:link { text-decoration:none;
          font-weight:bold;
          color:#003900; }

 a:visited { text-decoration:none;
             font-weight:bold;
             color:#003900;}

 a:active { text-decoration:none;
            font-weight:bold;
            color:#00BD00;
            background-color:#EFEFEF; }

.btnOn {
        border-right: #D5F0FF 1px Inset;
        border-top: #D5F0FF 1px Inset;
        border-left: #D5F0FF 1px Inset;
        border-bottom: #D5F0FF 1px Inset;
        background-image: url('../images/schatten5.gif');
        text-align: left;
        text-decoration: None;
}

.btnOff {
        border-right: #D5F0FF 1px Outset;
        border-top: #D5F0FF 1px Outset;
        border-left: #D5F0FF 1px Outset;
        border-bottom: #D5F0FF 1px Outset;
        text-align: left;
        text-decoration: None;
}