@charset "UTF-8";
/* CSS Document */

<style type="text/css">
ul  {list-style-type: disc}

BODY { font-family: Arial, Verdana, Helvetica; color:#555555; font-size:11px;
padding-top:0px; padding-right:0px; padding-left:0px; padding-bottom:0px; margin-top:8px }

IMG { float:left; Margin-left:0px; Margin-right:0px; Margin-bottom: 0px; Margin-top: 0px }/*Bilden till vänster*/ 

TABLE, TD, TR, DIV { font:11px Arial, Helvetica; padding-bottom:5px; vertical-align:top  }
TD { height:17 }

/* Länk */
A:link {
	color:#666666;
	text-style:Bold;
	text-decoration: underline;
}

/* Besökt länk */
A:visited {
	color:#666666;
	text-decoration: underline;
}

/* Aktiv länk (Hover) */
A:hover{
	color:#990000;
	text-decoration: underline;
}
</style>
