/* stylesheet textschrittmacher */
/*                              */
/* v 0.1                        */
/*                              */
/* bgcolor = #FFFFFF            */
/* link always #FFFFFF          */
/* font always arial            */

body { background-color:#FFFFFF; }

a:link { 
	   text-decoration:none; 
	   font-weight:normal;
	   font-size:10pt;
           line-height:10pt;
           font-family:Arial,sans-serif; 
	   color:#000000;
	}

a:visited { 
	   text-decoration:none; 
	   font-weight:normal;
	   font-size:10pt;
           line-height:10pt;
           font-family:Arial,sans-serif; 
	   color:#000000;
	}
a:hover { color:#000000; text-decoration:none; font-weight:normal; background-color:#FFFFFF; }
a:active { color:#000000; text-decoration:none;  font-weight:normal; background-color:#FFFFFF; }
a.an { text-decoration:none; }

p,td    { 
	   font-size:10pt;
           line-height:10pt;
           font-family:Arial,sans-serif; 
	   color:#000000;
	}

/* table { border:thin solid red; border-spacing:10px; } */
table {border:0px; border-style:solid; border-color:black; } 
th {
	   font-size:10pt;
           line-height:10pt;
	   align:left;
           font-family:Arial,sans-serif; 
	   color:#000000;
   }