/* Stylesheet van Michael's pagina's */
/* Brouwen in de jopenkerk 16-2-2008 */
/* H1 br P                           */
/*                                   */

body {
  background-image: url(../img/achtergr01.jpg);
}

H1 {
	font-family: Arial;
	font-size: 30pt;
	font-weight : bold;
	color: #000059;
	text-align: left;
}

P {
	font-family: Arial;
	font-size: 15pt;
	font-weight : bold;
	color: #000059;
}
.recept {
  padding: 5pt;
  background-color: #c18c6c;
}
.receptklein {
  padding: 5pt;
  background-color: #c18c6c;
  font-size: 12pt;
}


img {
  border: none;
}

a.menustandaard {
	font-family: Arial;
	font-size: 15pt;
	font-weight : bold;
	color: #000059;
}


.pmenu {
	font-family: Arial;
	font-size: 15pt;
	font-weight : bold;
	color: #000059;
  border-style: solid;
  border-color: #000059;
  border-width: 2px;
  height: 1000px;
  text-align: center;
  background-color: #c18c6c;
}

a.menu {
	font-family: Arial;
	font-size: 14pt;
	font-weight : bold;
	color: #000059;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
	color: #66CCFF;
}


