body, p, li , td                 
{ 
    background-color: transparent; 
	color: black;
	font-family : sans-serif;
	font-size : 14pt;
}
/****************  HOVEDELEMENTENE - Faste ***************/
.tittel
{
	margin-top: 1em;
	font: 28pt Verdana, sans-serif;
	color: #00008b;
}
.undertittel
{
	font: 18pt Verdana, sans-serif;
	color: #0066cc;
}
/* Lenker */

p 	{
	margin-top: 0;
	margin-bottom: 1em;
}
p:first-letter
{
	
}
p.fl:first-letter {
	font-size: 200%; 

}
p.left
{
	margin-top: 1em;
}
p.left:first-letter
{

}
/* Overskrifter */
H1	{
	font-size : 30pt;

}
H2	{
	font-size : 24pt;
}
H3	{
	font-size : 20pt;
   
	}
H4	{
	font-size : 16pt;
   
}
H5	{
	font-size : 14pt;
}
H6	{
	font-size : 14pt;

}
/* Lister */
li  {
		margin-bottom: 1em;
	}
/* Tabell */
th {
    font-size: 14pt;
	padding: 4px;
}
.kommentar
{
	font: 14pt;
}
