/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(bilder/svart.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #210a2a;
	font-size: 12px;
	color: #ffffff; 

.kant { border: 1px groove #fd8fc5}


body {
scrollbar-face-color: #4f7687; 
scrollbar-highlight-color: #4f7687; 
scrollbar-shadow-color: #4f7687;
scrollbar-3dlight-color: #4f7687;
scrollbar-arrow-color: #FFCC33; 
scrollbar-track-color: #4f7687;
scrollbar-darkshadow-color: #4f7687;}


a:link {color: #fd8fc5;	font-weight:normal;	text-decoration: none;	font-size:12px;
}
a:visited { text-decoration: none;color: #fd8fc5;	font-size:12px;
}
a:active { text-decoration: none;color: #fd8fc5;	font-size:12px;
}
a:hover {	font-weight: normal; background-color: #fd8fc5;	font-size:12px;

}
