/*
Stilark produsert av WebForm
*/


/*---------- Generelt ----------*/
Body { 
color : #333333;
margin-top : 0;
background-image: url(images/bakgrunnsbilde.jpg);
} 
/*---------- I tabeller ---------*/
Table { 
line-height : 120%; 
font-size : 10pt; 
font-family : verdana, sans-serif;
background-color: white;
} 
/*---------- I celler -----------*/

td { 
vertical-align: top; 
}

/*---------- Skriftstørrelser og typer ---------*/
H4 { 
line-height : 150%; 
font-size : 10pt; 
font-family : verdana, arial, sans-serif; 
} 
P { 
line-height : 120%; 
font-size : 10pt; 
font-family : verdana, arial, sans-serif; 
} 
/*---------- Linker ----------*/
a:link { 
color : #000000; 
text-decoration : underline; 
} 
a:active { 
color : #000000; 
text-decoration : underline; 
} 
a:visited { 
color : #000000; 
text-decoration : underline; 
} 
a:hover { 
color : #ff0000; 
text-decoration : none; 
}
