BODY {
font-size : 0.9em; 
font-family : Verdana; 
font-weight : normal; 
margin : 0;
padding : 0; 
background-color: #C0C0C0;
}

H1 {
font-family : Verdana; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

H2	{
font-family : Verdana; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

H3 {
font-family : Verdana; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.0em; 
color : #000000; 
background-color : transparent; 
}

p {
font-family : Verdana; 

}

a:link{
  text-decoration : none;
  color:#0000FF;
}

a:hover { 
	text-decoration : none;
	color:red;
	}
	
a:active{ 
	text-decoration : none;
	color:red;
	}

a:visited{
  text-decoration : none;
  color:#0000FF;
}


/* bg_box wordt gebruikt in de default_box */
.bg_box {
	background-color: #FFFFFF;
	text-align:left; 
	/* color:#FF0000; */
	font-weight:bold;
	margin-left:10;
}


	
/* algemene classes die gebruikt worden in phpwebsite, deze zorgen onder andere voor de verschillende */
/* achtergrondkleuren in het controlpanel                                                             */
.bg_dark {
  background-color : #2D868C;
}

.bg_medium {
  background-color : #CCCCCC;
}

.bg_light {
  background-color : #BED7DB;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  
}

.alt_bg_light {
  background-color : #5fb0d8;
}