body, div, table, td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	text-decoration: none
}
h1 { 
	font-size: 16px; 
	font-weight: bold; 
	color: #333333;
}
h2 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #333333;
}

A, A:link, A:active, A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: underline overline;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: white; 
	background-color: #000000; 
	text-decoration: none;
}


.hovedmenu, Ahovedmenu, A:link.hovedmenu, A:active.hovedmenu, A:visited.hovedmenu {
	font-size: 16px; 
	font-weight: bold; 
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
A:hover.hovedmenu {
	color: white;
	background-color: #333333;
}

.undermenu, A.undermenu, A:link.undermenu, A:active.undermenu, A:visited.undermenu {
	font-size: 10px; 
	font-weight: normal; 
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
A:hover.undermenu {
	color: #333333;
	text-decoration: underline;
	background-color: transparent; 
}

b, strong { 
	font-size: 11px; 
	font-weight: bold; 
	color: #333333;
}



.adrliste {
	width: 200px; 
	padding-left: 50px; 
}
A:adrliste_name, A:link.adrliste_name, A:visited.adrliste_name, A:active.adrliste_name {
	text-decoration: none;
	font-size: 12px; 
}
.adrliste_adr {
	width: 250px; 
}


