/*style fuer alle gueltig */

 a:link {
          color: rgb(255,255,255);
          text-decoration:none;
          font-size: 1em;
          font-family:"Verdana", "Times","Century Schoolbook", "Arial", "Helvetica";
          font-weight: normal;

      }
 a:visited {
          color: rgb(255,255,255);
          text-decoration:none;
          font-style:normal;
          font-size: 1em;
          font-family:"Verdana", "Times","Century Schoolbook", "Arial", "Helvetica";
          font-weight:normal;
      }
a:active {
          color: rgb(255,255,0);
          text-decoration:none;
          font-size: 1em;
          font-family:"Verdana", "Times","Century Schoolbook", "Arial", "Helvetica";
          font-weight: normal;
      }
a:hover  {
          text-decoration:none;
          color: rgb (0,0,255);
         }
   body {
         font-size:1em;
         font-family:"Verdana", "Times","Century Schoolbook","Arial","Helvetica";
         font-weight: normal;
         background-color: rgb(0,0,0);
         color: rgb(255, 0, 0);
         text-align:"center";

         }
    * {
         font-size:1em;
         font-family:"Verdana", "Times","Century Schoolbook","Arial","Helvetica";
         font-weight: normal;
      }
h1 {
   font-size: 1.4em;
   }

h2 {
   font-size: 1.2em;
}
h3 { font-size:1.0em;}

td.left { padding-right: 10px;text-align:right;}
td.right { padding-left: 10px;text-align:left;}
table.pix { margin:20px; width:70%;}

