
/*Dette er hvit link, sidestandard*/
A:link { color: #ffffff; text-decoration: none; font-family: verdana; font-size: 10pt; font-weight: bold }
A:visited { color: #ffffff; text-decoration: none; font-family: verdana; font-size: 10pt; font-weight: bold }
A:hover { color: #ffffff; text-decoration: underline; font-family: verdana; font-size: 10pt; font-weight: bold }

/*Dette er blå linker, class må brukes*/
.blue:link { color: #0000ff; text-decoration: none; font-size: 8pt; font-weight: bold }
.blue:visited { color: #0000ff; text decoration: none; font-size: 8pt; font-weight: bold }
.blue:hoved { color: #0000ff; text-decoration: underline; font-size: 8pt; font-weight: bold }

.blue2:link { color: #0000ff; text-decoration: none; font-size: 10pt; font-weight: bold }
.blue2:visited { color: #0000ff; text decoration: none; font-size: 10pt; font-weight: bold }
.blue2:hoved { color: #0000ff; text-decoration: underline; font-size: 10pt; font-weight: bold }


BODY { background-color: #D5D3C9; margin-top; 30px }

.text1 { font-family: verdana; font-size: 8pt; color: #000000 } /*Liten text*/
.text2 { font-family: verdana; font-size: 10pt; color: #000000 } /*stor text*/
.text4 { font-family: verdana; font-size: 10pt; font-weight:bold; color: #000000 }
h1 { font-family: verdana; font-size: 12pt; font-weight:bold; color: #000000; text-decoration: underline }
p {text-align: justify }
.p2 { text-align: left }

/*Tabeller*/
.table1 { background: none; border: none }

.td1 { width: 150px; padding-top: 15pX; padding-left: 5px; background-image: url(meny_bg.jpg); #B4B29C; text-align: left; vertical-align: top } /*Menyen*/
.td2 { width: 635px; padding-right: 15px; padding-bottom: 15px; padding-top: 15px; background-color: #ffffff; text-align: left; vertical-align: top; font-family: verdana; font-size: 10pt; color: #000000 } /*Tekstdel*/
.td3 { width: 15px; background-color: #ffffff }
.td4 { width: 255; font-family: verdana; font-size: 10pt; color: #000000 }
.td5 { padding-top: 15px; font-family: verdana; font-size: 8pt; color: #000000 }
.td6 { width: 635px; padding-right: 15px; padding-bottom: 15px; padding-top: 15px; background-color: #ffffff; vertical-align: top; font-family: verdana; font-size: 10pt; color: #000000 }
