body { background-color:#000000;
       margin-left:10px;
       font-family:Verdana,Helvetica,Arial;
    }
* { color:white;
  }
h1 { font-size:170%;
     color:#FF0000;
     font-style:italic;
     border-bottom:solid thin black;
  }
h2 { font-size:150%;
     color:#0000FF;
     font-style:italic;
     border-bottom:solid thin black;
  }
h3 { font-size:130%;
     color:#00FF00;
     font-style:italic;
     border-bottom:solid thin black;
  }
ul,li  { font-size:100%;
      line-height:120%;
    }
p  {
  }
p.anmerkung  {
              font-size:70%;
              line-height:120%;
              color:#CCCCCC;
            }
p.formel {
          font-family:Arial;
          margin-left:20px;
        }
p.formel-ergebnis  { font-size:130%;
                    font-family:Arial;
                    color:#FF0000;
                    margin-left:20px;
                  }
p.formel-anmerkung  {
                     font-size:70%;
                     line-height:130%;
                     font-family:Arial;
                     margin-left:20px;
                   }
table { margin-left:20px;
      border:none;
    }
th { font-variant:small-caps;
    letter-spacing:0.1em;
    background-color:#333333;
  }
td { font-size:90%;
    background-color:#111111;
  }
table.border { margin-left:20px;
             border:1px solid #FFF;
             border-spacing:1px; 
           }
tr.border { font-variant:small-caps;
           letter-spacing:0.1em;
           border:1px solid #FFF;
         }
th.border { font-variant:small-caps;
           letter-spacing:0.1em;
           border:1px solid #FFF;
         }
td.border { border:1px solid #FFF;
         }
table.bilder { font-size:90%;
             font-family:Arial;
           }
table.menu { border:none;
           width:90%;
           margin-left:0px;
         }
td.menu { border:0px;
         background-color:#000000;
       }

