body {
	font-family: verdana;
	font-size: 10px;
	background-color: #efefef;
	color: #000000;
	}
	
A:Link,A:Visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}	
A:Hover {
	font-weight: bold;
	text-decoration:underline;
	color:#04004a;
	}		
	
	
.compact {
	font-weight:bold;
	font-size:10px;
	}
	
.border {
	border: 1px solid #000000;
	}

.kontakt {
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
	}
.meny {
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	}
.text {
	font-size: 10px;
	padding: 5px;
	padding-left: 15px;
	padding-top: 0px;
	}
	
.header {
	padding: 10px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	}
	
.end { 
	padding: 10px; 
	padding-bottom: 0px;
	text-align: right;
	}

A.big {
	font-size: 24px;
        color: crimson;
      }