<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:active {
	text-decoration: none;
	color:#000000;
}

.hej a:hover {
	text-decoration:none;
	color:#000000;
}

body {
	/* background-color: #ac0000; */
	background-color: #dedede;
}

#julkalender {
	border: 5px solid #343434;
}


#overlay {
	background-image:url(images/white.png);
	color: #efefef;
	height:600px;
	width: 810px
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

.lucka_1 { color:#000; }
.lucka_2 { color:#000; }
.lucka_3 { color:#000; }
.lucka_4 { color:#000; }
.lucka_5 { color:#000; }
.lucka_6 { color:#000; }
.lucka_7 { color:#000; }
.lucka_8 { color:#000; }
.lucka_9 { color:#000; }
.lucka_10 { color:#000; }
.lucka_11 { color:#000; }
.lucka_12 { color:#000; }
.lucka_13 { color:#000; }
.lucka_14 { color:#000; }
.lucka_15 { color:#000; }
.lucka_16 { color:#000; }
.lucka_17 { color:#000; }
.lucka_18 { color:#000; }
.lucka_19 { color:#000; }
.lucka_20 { color:#000; }
.lucka_21 { color:#000; }
.lucka_22 { color:#000; }
.lucka_23 { color:#000; }
.lucka_24 { color:#000; }

.lucka_1, .lucka_2, .lucka_3, .lucka_4, .lucka_5, .lucka_6, .lucka_7, .lucka_8, .lucka_9, .lucka_10, .lucka_11, .lucka_12,
.lucka_13, .lucka_14, .lucka_15, .lucka_16, .lucka_17, .lucka_18, .lucka_19, .lucka_20, .lucka_21, .lucka_22, .lucka_23, .lucka_24 {
/*  background-color:white;*/
  /* IE 8 */
/*  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";*/

  /* IE 5-7 */
  /*filter: alpha(opacity=20);*/

  /* Netscape */
  /*-moz-opacity: 0.2;*/

  /* Safari 1.x */
  /*-khtml-opacity: 0.2;*/

  /* Good browsers */
  /*opacity: 0.2;*/
  color:#ffffff;
}

</pre></body></html>