
BODY {
	margin: 0 0;
 /*background-image: url(../img/bg_enter.jpg); */
	background-color: black;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: top center;
	
scrollbar-face-color:#47422e;
scrollbar-arrow-color:#999999;
scrollbar-track-color:#222016;
scrollbar-shadow-color:'#000000';
scrollbar-highlight-color:'#555555';
scrollbar-3dlight-color:'444444';
scrollbar-darkshadow-Color:'';	

/*fjern horisontal scrollbar i IE*/
overflow-x: hidden; 
overflow-y: auto;

font-family: tahoma,arial, "lucida console", sans-serif;
font-size: 10px;
color:white;
}

.dummy{color: black}
.leadtext{color: #00ff06}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}



