
	
	  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";
		}
	

table.main
{ width: "100%";
empty-cells: show;
border-collapse: collapse;
border-spacing: 1px; 

}

td.in
{ border-bottom: 1px #6699CC dotted;
text-align: right;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 1em;
padding-top: 4px;
border: 1px green dotted;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

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: 250; 
	float:left;
			padding-left:2px;
padding-right:2px;
}

#content {
position: absolute;
left: 19%;
width: 65%;
top: 10px;
overflow: visible ;
border: 1px solid black;	
	border-style: line;
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: 5px;
padding-left:0px;
}

#footer{
position: absolute;
clear: left;
width: 90%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

