body {  margin:10px 20px 10px 50px;
	background-color:#b0c4de;
}
p		{
	margin:5px 50px 5px 50px;
	font:12px arial, sans-serif
}
h1 {text-align:center; 
	font-family:lucida handwriting, arial, verdana, serif;
	font-size:24px;
}
h2 {
	font:bold 16px lucida handwriting,  arial, sans-serif;
}
h3 {
        font-family:arial, sans-serif;
        font-size:12px;
}
td {
	text-align:left;
}
div.boks1  {
    height:450;
	width:80%;
	padding:15px;
	border:2px solid blue;
	background-color:#b0c4a0;
	overflow:auto;
	float:right;	
}
div.boks2  {
	height:450;
	width:15%;
	border:white;
	background-color:#b0c4de;
	overflow:auto;
	float:left;	
}