
<!--
/*  N&auml;r man vill ha annan f&auml;rg p&aring; scrollningaramen till h&ouml;ger i webbl&auml;saren */	

body {
margin-top: 0px;
 font-size:small
margin-left: 30px; 
scrollbar-highlight-color:#787878;
scrollbar-shadow-color:#4F4F4F;
scrollbar-track-color:#565652;
scrollbar-face-color:#666666;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#565652;

}

TD
    {       
font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
font-weight: normal;
font-size: 12pt;
color: #330000;}
 
 
 /*  Mozilla Browsers use background-color. whil IE usees color,  */	
       
HR
    {color: #006600;
	background-color: 	#006600;}
	
	
	
	
	/*  N&auml;r man vill ha en gul platta f&ouml;r att uppm&auml;rksamma en text  */	
	.gulplatta 	{
	background-color: 	#FFFFCC;
	color: inherit;
	padding:			5px;
	font-size:			10px;
	font-family:		Verdana, Trebuchet, Geneva, Arial, Helvetica, sans-serif;
 }
 
 
	/*  N&auml;r man vill ha mindre fonter */	
.small {
background: inherit; 
 FONT-WEIGHT: normal;
 font-size:x-small
 COLOR: #330000;
 FONT-FAMILY: Arial, Sans-Serif;
 TEXT-ALIGN: left;
}

/*  N&auml;r man vill ha ännu mindre fonter */	
.small2 {
background: inherit; 
 FONT-WEIGHT: normal;
 font-size:x-small
 COLOR: #330000;
 FONT-FAMILY: Arial, Sans-Serif;
 TEXT-ALIGN: left;
}

/*  N&auml;r man vill ha fl&ouml;dande text runt en bild  */	
div.right { width: 50%; float: right; }
div.left  { margin-right: 50%; clear: both}




/*  N&auml;r man vill ha mindre avst&aring;nd mellan rubrik och text  */	

h5 {margin-bottom: -1px;
}
H1  {
	background: inherit; 
	font-family: Georgia, Trebuchet, Geneva,  sans-serif;
	font-weight : bold;
	font-size : 20pt;
	color : #996699;
	text-align : center;
	position : relative;
	
}

.centrerad-tabell {
   margin-left: auto;
   margin-right: auto;}

.centrerad { text-align: center; }

.grayplatta 	{
	background-color: 	#EEEEEE;
	padding:			5px;
	font-size:			10px;
	font-family:		Verdana, Trebuchet, Geneva, Arial, Helvetica, sans-serif;
 }
-->

