	body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
	color: black;
	margin-top: 10px;
	background-color: white;
	color: black;
	}
	h1	{
	font-family: Helvetica, Geneva, Arial;
	color: white;
	}
	h2	{
	font-family: Helvetica, Geneva, Arial;
	color: white;
	}
	
	h4	{
	font-family: Helvetica, Geneva, Arial;
	color:white;
	}
	ul.navbar	{
	position: absolute;
	top: 370px;
	left: 1em;
	width: 15em;
	list-style-type:none;
	padding: 0;
	margin: 0
	}
	
	ul.navbar li { 
	background: #000;; margin: 0 0; padding: 0em 
	}
	
	
	ul.navbar a {text-decoration:none;}
	
	a:link {color:white; text-decoration: none; font-size:12px; }
	a:visited{color:white;}
    a:hover {color: white; background-color: yellow; }
    a:active{color: white; background-color: yellow;}

	ul.navbar li a:hover {
    background: purple;
    color: white;
    display: float
	}
 
    
    .box {
		padding: 5px;
		border-width: 5px;
		border-style: solid;
		text-align: center;
		border-color: blue
		}
    .box2 {
		padding: 5px;
		border-width: 5px;
		border-style: solid;
		text-align: center;
		width: 150px;
		border-color: red
		}		
.rood {
	color: #F00;
}
#wrapper {
	text-align: left;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}