
a:link  {
   	text-decoration : none;
	color:  #808080;
	font-weight: normal;
   }
   
a:visited  {
   	text-decoration : none;
   	color : #808080;
	font-weight: normal;
   }
   
a:active  {
   	text-decoration : none;
   	color : red;
	font-weight : normal;
   }
a:hover {
	text-decoration : underline;
	color : red;
	font-weight : normal;
	}   

SELECT  {
   	font-size : 1em;
   	font-family : Verdana, Arial, Helvetica, Serif;
   	color : black;
   	font-weight : normal;
   }
INPUT {
   	font-size : 1em;
   	font-family : Verdana, Arial, Helvetica, Serif;
   	color : black;
   	font-weight : normal;
   }
 
TD {
 	vertical-align : top;
  }
   
.body1 {
	/* font-size: 10pt; */
   	/* font-family: Verdana, Arial, Helvetica, Serif; */
   	color: black;
   	font-weight: normal;
	background-color: White;
}
.body2 {
	/*font-size: 10pt; */
	/* font-family: Verdana, Arial, Helvetica, Serif; */
	color: Black;
	font-weight: normal;
	background-color: white;
	margin-top: 0;
	margin-bottom: 0;
	margin-right : 0;
	margin-left : 0;
}
.body3 {
	font-size: 8pt;
   	font-family: Verdana, Arial, Helvetica, Serif;
   	color: black;
   	font-weight: normal;
	background-color: White;
}
.rubrik1 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, Serif;
	color: black;
	font-weight: bold;
	text-align: center;
}
.stycke1 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Serif;
	color: black;
	padding: 4;
	font-weight: normal;
	border-width : 1;
	border-color : Black;
	border-style: solid;
	background-color : White;
}

.stycke2 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Serif;
	padding: 4;
	color: black;
	font-weight: normal;
}
.stycke3 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Serif;
	font-style: normal;
	color: black;
	font-weight: normal;
	background-color : white;
	line-height: 1.4;
	letter-spacing: 0.03em;
	margin-left: 20px;
	margin-right: 20px;
}

.stycke4 {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Serif;
	color: black;
	padding: 4;
	font-weight: normal;
	border-width : 1;
	border-color : Black;
	border-style: solid;
	background-color : #D4D0C8;
}
