/*   markusfarkus media  MFM      */
/*   http://www.markusfarkus.com  */


.style1 {
  font-family: "Arial MS", Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}

	
.style2 {
  font-family: "Arial MS", Helvetica, sans-serif;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  color: #0000ff;	
}

p.special_letter:first-letter {
  font-size: 30pt;
  font-weight: bold;
  color: #0000FF;
}  

.italic{
  font-style: italic;
  font-size: small
}


#header{ 
  background: #FFFF99;
  height: 80px;
  margin-bottom: 0;
  text-align: center;
}


#content {
  font-family: "Times New Roman", Verdana, Arial, Serif;
  font-size: 14pt;
  color: #000000
 }
 
 
#footer{ 
  background: #FFFF99;
  height: 80px;
  text-align: center;
}