	
/*  body, skrift */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color:#ffffff;
  padding-left:10px;
  padding-top:10px;
  font-family: verdana;
  font-size: 11px;
  color: #3a2c16;
  margin-bottom: 10px;
  line-height: 20px

}
 
.tekst	{
   font-family: verdana;
   font-size: 11px;
   color: #3a2c16;
   margin-bottom: 10px;
   line-height: 20px
}

strong { 
font-size: 11px;
font-color: 564b47;
}

a
{
	color: #564b47;
	text-decoration: none;
}

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

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


a:active
{
	color: #564b47;
	text-decoration: none;
}