
/* DATEI: formate.css *//* Aendert die Grösse der Ueberschrift */
h1 {
  font-size: 30px;
  margin-bottom: 18px;
}

h2 {
  font-size: 26px;
  margin-bottom: 18px;
}

body {
  background-color: #ffFfCC;
}

h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
table {
background-color: #FFffCC;
}

a:link {
 font-size: 30px;	
}