body {
	margin-left: 0px;
	margin-right: 0px;
}
#navigation a{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;	
	color: #FFFFFF;
	}
	
#navigation a:hover{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	}

#content {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}

.box {
	border: 1px dotted #000000;
	padding: 4px;
	background-color: #EEEEEE;
	width: 450px;
	margin: 10px;

}

.kop1 {
	font-size: 18px;
	font-weight: bold;
	}

.kop2 {
	font-size: 14px;
	font-weight: bold;
	}
	
.tekst {
	font-size: 12px;
	font-weight: normal;
	}
	
#content a {
	color: #EE0000;
	}
	
#content a:hover {
	color: #FFFFFF;
	background-color: #EE0000;
	height: auto;
	width: auto;
	}

#info {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #FFFFFF;
}	

	

