<!-- 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 : 10pt;
	font-family : Verdana;
	font-weight : bold;
	color : #004080;
	text-decoration: none;
}

A:Visited  {
	font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
	color : #99CCCC;
	text-decoration: none;


}

A:Active  {}

A:Hover  {}

	
<!-- Ljus bakgrund -->
	body.bg	{
				background-color:#99CCCC;
			}

<!-- Mörk bakgrund -->
	body.bg1
			{
				background-color:#339999;
			}
