h3 {
	border-bottom: 1px solid black;
}

body {
	font-family: Calibri,sans-serif;
	margin-left: 30px;
}

div.header {
	border: 1px solid black;
	background: white url(images/sverigelager.jpg) repeat-x;
	width: 720px;
	height: 80px;
	margin-bottom: 18px;
}

div.page {
      	border: 1px solid black;
	margin-top: 20px;
	margin-bottom: 20px;
      	background: #fbfbfb url(images/kalligrafi.jpg);
	width: 721px;
}

div.text {
	margin-top: 10px;
	padding: 20px;
	font-size: 90%;
}

span.highlight {
	font-size: 150%;
	text-align: center;
	text-decoration: bold;
}

div.footer {
	border: 1px solid black;
	margin-top: 10px;
	padding: 5px;
	font-size: 90%;
	width: 710px;
	text-align: center;
}

table.hheader { 
	opacity: 0.7;
        filter: alpha(opacity=70);
      	border: 1px solid black;
      	background: #F0F0F0;
	width: 745px;
	height: 30px;
	font-family: Calibri, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin-top: 20px;
	margin-left: -10px;
}

table.hheader td {
	width: 110px;
	height: 20px;
	border-right: 1px dotted  black;
	padding-left: 25px;
}


#activelink {
	background: #cccccc;
	style: block;
}

#link a {
	text-decoration: none;
	color: black;
	font-size: 80%;
}

#activelink a {
	text-decoration: none;
	color: black;
	font-size: 80%;
}

#link a:hover {
	text-decoration: underline;
	color: red;
}


a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #114488;
}

a:hover {
	text-decoration: underline;
	color: red;
}
