@charset "utf-8";
/* CSS Document */

body {
	background: #808080;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #808080;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* als u de bovenmarge verwijdert, voorkomt u dat marges buiten de div vallen waartoe ze behoren. De resterende ondermarge zorgt ervoor dat er ruimte blijft tussen de div en alle volgende elementen. */
	padding-right: 15px;
	padding-left: 10px; /* als u opvulling toevoegt aan de zijkant van de elementen in de divs, in plaats van aan de divs zelf, voorkomt u dat u kadermodelberekeningen moet uitvoeren. U kunt als alternatief een geneste div met opvulling aan de zijkant gebruiken. */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  background-color: #808080;
}

li a {
	display: block;
	color: #00F;
	padding: 1px 6px;
	text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #555;
  color: white;
}

div#main_container{
 margin: 0 auto 0 auto;
 width: 1000px;
 text-align: left;
 }

.bodyText {
	font: bold 16px Comic Sans MS;
	color: black;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 0px;
	background-color: #808080;
	}

 div#box1{
	background-color: #808080;
	width: 100%;
	height:200px;
	float: none;
 }
 
 .pageName{
	font: normal 12px Comic Sans MS;
	color: yellow;
	line-height: 20px;
	letter-spacing: .1em;
	
 }
 div#box2{
	background-color: #808080;
	float: left;
	width: 15%;
	height: 800px;
	margin-top: 5px;
 }

 div#box3{
	background-color: #808080;
	float: left;
	width: 80%;
	height: 800px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #06C;	
 }

 
 