BODY {
font-size : 0.8em; 
font-family : Verdana; 
font-weight : normal; 
/* margin: 50px; */
padding : 0; 
background-color: #d8d8d5;
}

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; 
}

.default_box {
	background-color: #f5e932;}

td.site_title{
	font-family: Times;
	font-size: 5em;
	font-weight: 200; 
	color: #000000;
	text-align: center;}
	
a:link{
  text-decoration : none;
  color:#000000;
}

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

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


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

.box_title {
 color: #c6032d;
font-size:1.2em;}

	
/* 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;
}
