div.boks  {
	width: 500px;
	border: none;
	background: rgb(240,240,255);
}
	
	
body {	
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom:10px;
	margin-left: 5px;
	background: rgb(240,240,255);
	
}


h1 {
	color: rgb(30,5,170);
	font-family: tahoma;
	text-align: center;
	letter-spacing: 10 px;
	border-width: 3px;	
	border-style: solid ;	
	border-color: rgb(255,102,0);	
}

h2 {
	color: #FF0000;
}

p {
	font-family: tahoma;
	font-size: 14px;
	color: black;
}

ul {
	font-family: tahoma;
	font-size: 14px;
	color: balck;
}

a {
	color: rgb(30,5,170);
	font-family: tahoma;
	text-decoration: none;
	
	
}

a:hover {
 	color: rgb(255,102,0);
}

.boks {
	width: 100px;
	position: float;
}

.boks:hover {
	background-color: rgb(30,5,170);
	color: rgb(240,240,255);
}
;
.links {
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: bold;
};
.support {
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: bold;
}

table {background: rgb(240,240,255);}
td.overskrift {
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma;
	text-decoration: bold;
	background: rgb(240,240,255);
	
}
