body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #2f4154;
	scrollbar-face-color: #2f4154;
	scrollbar-shadow-color: #2f4154;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-highlight-color:#2f4154;
	scrollbar-track-color: #2f4154;
	scrollbar-arrow-color: #000000;
}


div.text{
	color: #000000; 
	font-family: arial;
  font-size: 11pt;
 	font-weight: 650;
}

div.rtext{
	color: darkred; 
	font-family: arial;
  font-size: 12pt;
 	font-weight: 800;
}
div.small{
	color: #000000; 
	font-family: arial;
  font-size: 8pt;
 	font-weight: 450;
}

div.xsmall{
	color: #000000; 
	font-family: arial;
  font-size: 6pt;
 	font-weight: 450;
}

div.smallii{
	color: #000000; 
	font-family: arial;
  font-size: 8pt;
 	font-weight: 450;
	background: #C6C6C6;
 	color: #000000;
}

div.smallvit{
	color: #ffffff; 
	font-family: arial;
  font-size: 8pt;
 	font-weight: 450;
	
}

div.medium{
	color: #000000; 
	font-family: arial;
  font-size: 12pt;
 	font-weight: 750;
}

h1{
	color: #000000; 
	font-family: arial;
  font-size: 16pt;
 	font-weight: 650;
}

span.rubrik{
	color: #000000; 
	font-family: arial;
  font-size: 12pt;
 	font-weight: bold;
}

a:hover{
	color: #000000; 
	background-color: #fffff0;
	
}
a:link{
	color: #000000; 
	font-weight: bold;
}

a:visited{
	color: #000000; 
	font-weight: bold;
}


input {
	background-color:#73d81a;
	font-size: 9px;
	font-family: arial;
	color:#000000;
	border-color: #ffffff;
	
}

input.knapp {
  font-family:arial;
	color:#ffffff;
	background-color: #2f4154;
	font-size:10px;
	border:3px, thin ridge rgb(192,192,192);
}

textarea {
	background-color:#73d81a;
	font-size: 9px;
	font-family: arial;
	color:#000000;
	border-color: #ffffff;
}




