body { 
	background-image: url(../bilder/transport.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-color: #FFFFFF;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.kantlinje { 
	border: 1px dashed #000000;
	background-color: F1F0F0
}
.h1 {
	font: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #10559A;
}
.h2 {
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}
.h3 {
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #10559A;
}
.h4 {
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.h5 {
	font: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #10559A;
	text-decoration: underline;
}
a:link {
        color: #000000;
        font: 10px Verdana;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        font: 10px Verdana;
        color: #000000;
}
a:hover {
        text-decoration: none;
        font: 10px Verdana;
        color: #000000;
}
a:active {
        text-decoration: none;
        font: 10px Verdana;
        color: #000000;
}
