<!-- Text -->
	font.text

  
{
	font-size : 8pt;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
}
<!-- Text -->
	font.text_b

 {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
}
<!-- Rubrik -->
	font.rubrik_mellan
  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
}
<!-- Rubrik -->
	font.rubrik
   {
	font-size : 14;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
}

A  {
	font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	color : #004080;
	text-decoration: none;
}

A:visited {
font-family: Verdana;
text-decoration: none; 
color: #33582F;
font-weight: bold;
font-size: 8pt;	
	}

A:Active  {}

a:hover {
font-family: Verdana;
text-decoration: none;
color: #92AF8F;
font-weight: bold;
font-size: 8pt;	
	}

	
<!-- Ljus bakgrund -->
	body.bg	{
				background-color:#99CCCC;
			}

<!-- Mörk bakgrund -->
	body.bg1
			{
				background-color:#339999;
			}
			
			





