/* CSS Document */
a{
   text-decoration: none; 
} 
.body_homepage{
	/*background: url(../afbeelding_alg/basiliek_kapel.jpg);*/
	background-image: url(../afbeelding_alg/basiliek_kapel.jpg);
	font-family: "Times New Roman", Verdana, Arial;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.body_volgbladen{
	background: #C0DCC0;
	font-family: "Times New Roman", Verdana, Arial;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.h1_def{
	color: #999966;
	font-family: "Times New Roman";
	font-size: 300%;
}
ul{
   font-size: 140%;
   color: black;
}	

h2, h3{
   color: #0066ff;
   font-size: 140%;
   border-bottom: 1px solid black;
} 
.belangrijk {
   font-size: larger;
   font-weight: bold;
   border-bottom: 1px dashed black;
} 
.under_construction {
	color: Yellow;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
} 
a:link{
  color: #0000ff; /*blauw*/
}
a:visited{
  color: #0000ff; /*blauw*/
}
a:hover{
  color: #ff0000; /*rood*/
}

