td   /* samme som befNormal, brukes for å få befNormal i tabeller */
{  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  font-weight: normal;
  text-decoration: none;
}

body  /* Brukes for å fange opp tilfeller hvor style ikke settes på andre måter */
{  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  font-weight: normal;
  text-decoration: none;
}

befnormal /* Kan brukes med span */
{  
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  font-weight: normal;
  text-decoration: none;
}

a
{
	color: #003366;
	text-decoration: none;
}

a:active
{  
	color: #4c87ae;
	text-decoration: underline;
        font-weight: bold; 
}

a:hover 
{  
	color: #4c87ae;
	text-decoration: underline;
}

a:visited 
{  
	color: #4c87ae;
}

h1
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16pt; 
  font-weight: bold; 
  color: #003366; 
  text-decoration: none;
}

h2
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13pt; 
  font-weight: bold; 
  color: #003366; 
  text-decoration: none;
}

h3
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  font-weight: bold; 
  color: #003366; 
  text-decoration: none;
}
