@media all {
   font {
          font-family: "Arial", "Helvetica";
        }

   .klein1 {
          font-family: "Verdana", "Arial";
          font-size: 8pt;
           }

   .ueberklein1 {
          font-family: "Verdana", "Arial";
          font-size: 10pt;
          font-weight: bold;
                }

   .text {
          font-family: "Arial", "Helvetica";
          font-size: 12pt;
         }

   .mittel {
          font-family: "Verdana", "Arial";
          font-size: 10pt;
           }

   .mittel2 {
          font-family: "Arial", "Helvetica";
          font-size: 11pt;
            }
	a {
          color:  brown; 
        }	  

   a:hover {
          background-color: white;
           }
	  

   h1 {
          font-size: large;
          font-weight: bold;
      }

   h3 {
          font-size: 13pt;
          font-weight: bold;
      }

   H4 {
          font-family: "Arial", "Verdana", "sans-serif";
          font-size: medium;
      }

}

