BODY {  
	background-color: #000000;
	background-attachment: fixed;

	scrollbar-3dlight-color : #333333;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #333333;
        scrollbar-track-color : #222222;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #333333;
	scrollbar-highlight-color : #333333;
	scrollbar-shadow-color : #333333;
}

TD, P, LI, SELECT {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: #999999; font-size: 9px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
        width: 200px;
	font-weight: bold;
	color: #999999;
	background-color: #111111;
	border: thin ridge #6C6C6C;
}
textarea {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
	font-weight: normal;
	color: #999999;
	background-color: #111111;
}
A:link {
	text-decoration: underline; 
	color: #999999;
}
A:visited {
	text-decoration: underline; 
	color: #999999;
}
A:Hover {
	text-decoration : underline;
	color : #595378;
}
.rubrik {
	color: #666666; font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.rubrikinv {
	color: #595378; font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
        text-transform: uppercase;
}
.skivtitel {
	color: #666666; font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.skivtext {
	color: #999999; font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.viktigt {
	color: #8E2222;
	font-weight : bold;
}