.body
{     
	font-family: verdana, Arial Narrow; 
	font-size: 12;
	font-style:normal;
	line-height: 1.3;
    background-color: silver;
	color: black; 
}
.overskrift { font-family: verdana, Arial Narrow; 
	font-size: 16;
	font-weight: bold;
}
.tekst { font-family: verdana; 
	font-size: 12;
	font-weight: normal;
	color: black; 
}
.smalltekst { font-family: verdana; 
	font-size: 9;
}
.ftekst { font-family: verdana; 
	font-size: 12;
	font-weight: bold;
}
hr      { 	
	color: navy; 
}
a	{
	text-decoration: none;
	color: navy; 
}

a:hover	{ 
        text-decoration: underline; 
}
