body.theater { 
  background-color: #990000; 
  font-family: century gothic;
  font-size: 10pt;
  color: #fff;
}

body.huis { 
  background-color: #CDFF00; 
  font-family: Tahoma;
  font-size: 10pt;
  color: #000000;
}

body.home {
  font-family: arial narrow;
  font-size: 11pt;
  color: #FFFFFF;
  background-color: #9A99FF;
}

body.post {
  font-family: verdana;
  font-size: 11pt;
  color: #000000;
  background-color: #FF9900;
}

p.theater_header {
  font-size: 11pt;
  font-weight: bold;
}

span.theater_header {
  font-size: 11pt;
  font-weight: bold;
}

a.theaterlink:link, a.theaterlink:visited, a.theaterlink:active {
	color: #fff;
	text-decoration: underline;
}

a.theaterlink:hover {
	color: #eee;
	text-decoration: none;
}

p.theater_text {
  font-size: 9pt;

p.theater_top {
  font-size: 9pt;
}

span.theater_top {
  font-size: 16pt;
}

table.theater {
	font-size: 9pt;
}

table.theater_top {
  background-image: url("Theater/images/theater_kop.gif");
}

p.huis_header {
  font-size: 11pt;
  font-weight: bold;
}

p.huis_text {
  font-size: 9pt;

p.huis_top {
  font-size: 9pt;
}

span.huis_top {
  font-size: 16pt;
}

table.huis_top {
  background-image: url("huis/images/huis_kop.gif");
}

table.home {
  font-family: arial narrow;
  font-size: 11pt;
  color: #FFFFFF;
}

p.home_header {
  font-size: 15pt;
}

p.post_header {
  font-size: 11pt;
  font-weight: bold;
}

p.post_text {
  font-size: 10pt;
}
 
