<style type="text/css">
<!--
body {
      background-color: #FFFFCC;
      cursor: nw-resize;
      scrollbar-base-color: #FFFFCC;
      scrollbar-arrow-color: black;
      color: black;
      font-family: Verdana;
      font-size: 11;
      }

h1 {
      color: yellow;
      font-family: Tahoma;
      font-size: 13px;
      position: relative;
      height: 3px;
      filter: shadow(color: orange, strength:80, direction:100);
      height: 4;
      letter-spacing: 2pt;
     }

h2 {
      color: yellow;
      font-family: Verdana;
      font-size: 11px;
      position: relative;
      height: 3px;
      filter: shadow(color: orange, strength:50, direction:100);
      height: 4;
     }

textarea{
     background-color: transparent;
     font-family: Tahoma;
     font-size: 8pt;
     color: orange;
     border: white 1px solid;
  }


input{
     background-color: transparent;
     font-family: Tahoma;
     font-size: 8pt;
     color: orange;
     border: white 1px solid;
}


td {
     color: black;
     font-family: Verdana;
     font-size: 11;
      }

A:Link {text-decoration: underline; color: orange; font-family: Verdana; font-size:8pt; cursor: crosshair;}
A:Visited { text-decoration: underline; color: orange; font-family: Verdana; font-size:8pt; cursor: crosshair; }
A:Hover {text-decoration: overline; color: orange; font-family: Verdana; font-size:8pt; background: none; cursor: crosshair; }

.achtung{
      color: orange;
      font-family: Verdana;
      font-size: 11;
      background: none;
      filter: glow(color=orange);
      height: 0;
      }

.new{
      color: orange;
      font-family: Verdana;
      font-size: 10;
      background: none;
      filter: glow(color=orange);
      height: 0;
      }




-->
</style>