﻿/*
Stilark produsert av WebForm
*/


/*---------- Generelt ----------*/
body
{
	font-family: Verdana, "Lucida Console", sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	margin-top:0px;
	background-color:#CADADF
}

/*---------- I tabeller ---------*/
Table { 
line-height : 120%; 
font-size : 10pt; 
font-family : verdana, "Lucida Console", sans-serif;
} 
/*---------- I celler -----------*/

td { 
vertical-align: top; 
}

/*---------- Skriftstørrelser og typer ---------*/
H4 { 
line-height : 150%; 
font-family: Verdana, "Lucida Console", sans-serif;
 
} 
P { 
line-height : 120%; 
font-size : 10pt; 
font-family: Verdana, "Lucida Console", 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; 
}