





A.knapp {
	width: 90px; 
        height: 16px;
        border-width: thin; 
        border-color: grey; 
        border-style: outset; 
        text-decoration: none;
        } 
	A.knapp:link          {color: black; font-size: 10px;} 
	A.knapp:active        {color: black; font-size: 10px;} 
	A.knapp:visited       {color: black; font-size: 10px;} 
	A.knapp:link:hover    {border-style: inset; font-weight: bold; color: blue; font-size: 10px;} 
	A.knapp:active:hover  {border-style: inset; font-weight: bold; color: blue; font-size: 10px;} 
	A.knapp:visited:hover {border-style: inset; font-weight: bold; color: blue; font-size: 10px;}  	

 
 
a 	{  
 	font-style: normal; 
  	text-decoration: none;
 	style: bold
 	}
	
a:visited {	 
 	font-style: normal; 
  	text-decoration: none
 	}

a:hover {  
	font-style: normal; 
 	color: blue;
	text-decoration: underline
	} 
 
td 	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	style: bold;
	 
}

.rubrik 	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 20px;
	style: bold;

}



.inputxt {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 10px;  
	border: 1px solid; 
	border-color:#999999; 
	background-color: white;
}

.copy 	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 8px;
	 
}


.table1	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	width: 250px;
	height: 75px;
	
	background-color: #DFDBDB;
}

.table2	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	width: 250px;
	height: 75px;
	
	background-color: yellow
}

.table3	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	width: 100px;
	height:150px;
	
	background-color: #DFDBDB;
}

.table4	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	width: 100px;
	height: 150px;
	
	background-color: yellow
}

.copyr 	{
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
	font-size: 10px;
	style: bold;
	color: white;

}