
	
	  h1 {
		 font-size: 30px; font-family: arial;  
		 text-decoration: underline;
		 color: #006600;
		 
		 }
	  h2 { font-size: 20px; font-family: times new roman;
		color: #009900;
		}
     h3 { font-size: 20px; font-family: times new roman;
		color: #2e8b57;
		}
	  p { font-size: 18px; font-family: "times new roman";
		}
	



div.boks  {
	height: 135px; 
	width: 155px; 
		float:left;
	padding-left:5px;
padding-right:5px;
}

div.smallboks  {
	height: 35px; 
	width: 35px; 
	float:left;
		padding-left:2px;
padding-right:2px;
}

div.bigboks  {
	height: 250px; 
	width: outo; 
			padding-left:2px;
padding-right:2px;
}

#content {
position: absolute;
left: 19%;
width: 65%;
top: 10px;
overflow: visible ;
padding-left:5px;
padding-right:5px;
	}

#right {
position: absolute;
left: 83%;
width: 15%;
top: 20px;
overflow: visible ;
}

#left {
position: absolute;
left: 2%;
width: 15%;
top: 20px;
}

#footer{
position: absolute;
clear: left;
width: 120%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}
