body {
    background-color: #99CCCC;
    background-image: url(grafikk/bunn/bunn.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0%;
     }


h1  { 
	font-family: Arial Black; 
	font-size: 18pt; 
	color: #333333; 
	font-weight: bold; 
        text-align: right; 
        margin-left: 10;
        margin-right: 10;
        margin-top: 10 }
        
h2  { 
	font-family: Arial Narrow, Helvetica;
	font-size: 16pt; 
	font-weight: normal;
	color: #333333; 
	text-align: left; 
        margin-left: 5;
        margin-right: 5 }    
                   
h3  { 
	font-family: Arial Narrow, Helvetica;
	font-size: 12pt; 
	font-weight: normal;
	color: #333333; 
	text-align: left; 
        margin-left: 5;
        margin-right: 5 }
        
.meny_item   { 
	font-family: Arial Blac; 
	font-size: 14pt; 
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	margin-left:10px;
	}

.meny_item a   { 
	text-decoration: none;
	color: #000000;	
	}

.meny_item a:hover   { 
	text-decoration: none;
	color: #336633;
	text-decoration: underline	
	}
	
a {
        color: #336633;
        font-weight: bold; 
	text-decoration: none }
	

a:hover {  
	color: #333333;
	text-decoration: underline }
	

