body{
	background:#0CF;
	color:#666;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a{
	text-decoration:underline;
	color:#666;
}

a:hover{
	text-decoration:underline;
	color:#000;
}

#header{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	background:#CCC;
	border:#00F ridge;	
	text-align:center;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	height:550px;
	background:#CCC;
	border-left:#00F ridge;
	border-right:#00F ridge;
}

#menu{
	float:left;
	width:175px;
}

#mainscreen{
	float:right;
	width:100%;
}

#footer{
	margin-left:auto;
	margin-right:auto;
	width:90%;
	background:#CCC;
	border:#00F ridge;
	font-size:9px;
}

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

.kop2{
	font-size:16px;
	font-style:italic;
}