/* DATEI: formate.css */


h1{font-family: Arial;
  font-size: 24px;
  text-align: center;
  color: #000000;}

h2{font-family: Arial;
  font-size: 16px;
  text-align: center;
  color: #000000;}
  
h3{font-family: Arial;
  font-size: 14px;
  text-align: center;
  color: #000000;}

h4{font-family: Arial;
   font-size: 14px;
   text-align: left;
   color: #000000;}

a{font-family: Arial;
  font-size: 12px;
  text-align: center;
  color: #000000;}

p{font-family: Arial;
  font-size: 12px;
  color: #000000;}

li{font-family: Arial;
   font-size: 12px;
   color: #000000;}            

a:link { text-decoration:none; font-weight:bold; color:#339900; }
a:visited { text-decoration:none; font-weight:bold; color:#2163dc; }
a:hover { text-decoration:underline;; font-weight:bold; color:#e51010; }
a:active { text-decoration:none; font-weight:bold; color:#f09900; }
a:focus { text-decoration:none; font-weight:bold; color:#f09900; }

