BODY 
  {
  color: #000000;
  background: #f6d552;
  background-repeat: no-repeat;
  font-weight: 500;
  font-family: Comic Sans MS;        
  font-size: 15pt;
  }
	  
A:link 
  {
  color: #000099;
  }
 
A:visited
  {
  color: #000099;
  }

A:active
  {
  color: red;
  }
  
table.normal
  {
  text-align: left;
  vertical-align: top;
  font-weight: 300;
  width: 100%;
  font-family: Comic Sans MS;
  font-size: 14pt;
  }

table.menue
  {
  text-align: center;
  font-weight: 600;
  width: 100%;
  font-family: Comic Sans MS;
  font-size: 16pt;
  }

table.untermenue
  {
  text-align: left;
  font-weight: 300;
  width: 100%;
  font-family: Comic Sans MS;
  font-size: 14pt;
  }
  
h1
  {
  font-family: Comic Sans MS;
  font-size: 22pt;
  font-weight: 700;
  }

h2
  {
  font-family: Comic Sans MS;
  font-size: 18pt;
  font-weight: 700;
  }
  
b
  {
  font-family: Comic Sans MS;
  font-weight: 600;
  }