BODY {
  scrollbar-face-color: 		#881D2A; /* Färg på scroll knapp*/

  scrollbar-highlight-color: 	#CE697E; /*  Kant skugga (vänster) på scroll*/
  scrollbar-3dlight-color: 	#E7AAB9; /*  Ljus skugga (vänster) på scroll*/
  scrollbar-darkshadow-color: #982C33; /*  Mörk skugga (höger) på scroll*/
  scrollbar-shadow-color: 		#982C33;  /* Kant skugga (höger) på scroll*/  

  scrollbar-track-color:	 	#4C4F96; /*  Bakgrundsfärg scroll bana*/
  scrollbar-arrow-color: 		#E7AAB9; /* Pil färg, inte scroll*/

  background-attachment: fixed
}



FONT		{FONT-FAMILY: arial, helvetica, sans-serif;}
TD			{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px;}
P			{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px;}
B			{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px;}
STRONG	{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 14px;}
DIV		{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12px;}
SMALL		{FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 10px;}

A:link 		{color: blue; text-decoration: none}
A:visited 	{color: blue; text-decoration: none;}
A:active 	{color: blue; text-decoration: none;}
A:hover 		{color: blue; text-decoration: underline;}

TABLE#tbl { 
	border-width:1px; border-style:ridge; 
	border-color:#F2EC91 #B9952F #B9952F #F2EC91;
	}
	
.skugga {background-image: url(../picture/skugga.gif);}
