body {
	
  scrollbar-face-color: 		#D6D6CE; /* Färg på scroll knapp*/

  scrollbar-highlight-color: 	#EBCE7F; /*  Kant skugga (vänster) på scroll*/
  scrollbar-3dlight-color: 	#EEEDE5; /*  Ljus skugga (vänster) på scroll*/
  scrollbar-darkshadow-color: #FBB716; /*  Mörk skugga (höger) på scroll*/
  scrollbar-shadow-color: 		#ffffff;  /* Kant skugga (höger) på scroll*/  

  scrollbar-track-color:	 	#F9F9F7; /*  Bakgrundsfärg scroll bana*/
  scrollbar-arrow-color: 		#FBB716; /* Pil färg, inte scroll*/
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul 
{
	
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

STRONG {FONT-SIZE: 12px;}
kbd {FONT-SIZE: 12px;}

img {border: 0;}

ul { margin: 0 0 1.6em 24px; list-style-type: circle }

li {margin: 0;}
li p {margin: 0 0 .2em 0;}

A:link		{color: blue; background-color: transparent; text-decoration: none}
A:visited	{color: blue; background-color: transparent; text-decoration: none;}
A:active		{color: blue; background-color: transparent; text-decoration: none;}
A:hover		{color: blue; background-color: transparent; text-decoration: underline;}

.copyright {float:left; margin-left: 8px;}
