body {

 font-family:Arial,sans-serif;
  font-size:x-small;
  font-style:normal;
  font-weight:bold;
  text-align:left;
  color:#003900;
 background:#EFEFEF;
}

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

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:#003900;
 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:#007B00;

            }

.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;
}