/*
  Author: Olaf Rumberg
  Email:  rumberg@online.de
*/

/*    table {text-align: left;} */
  a:link { text-decoration:none; color:#52bbff;}
  a:visited { text-decoration:none; color:#52bbff;}
  a:hover { text-decoration:none;}
  a:active { text-decoration:none;}
  a:focus { text-decoration:none;}

body{
  color: rgb(0, 0, 0); 
  background-color: rgb(255, 255, 255);
  margin:0px;
  font-size:16px;
  font-family:polo;  
  background-image: url(hintergrund.jpg); 
  background-repeat: no-repeat; 
  background-position: 100px 50px; height: 600px; width:750px;
}

textarea{ 
  border:0px;
  background:none;
  scrollbar-base-color:#ffffff;
  scrollbar-arrow-color:#eeeeee;
  scrollbar-track-color:#ffffff;
}