body {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	BACKGROUND-COLOR: #ffaa55;
}
.tablebg{  
	background-color: #ffffff;
}
td {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-size: 12;
}
.TD0 {	
	background: #ffffff;
}
.TD1 {	
	background: #ffffcc;
}
.TD2 {
	background:#cccc99
}
.TD3 {
	background:#999966;
}
.TD4 {
	background:#000000;
}
.TD5 {
	background:#888888;
}


.tabeltekst {color: #ffffff;
}
h1 {	
	FONT-FAMILY: times new roman, times, serif;
	font-size: 60;
	color: #336633;
	margin-bottom: 0px;
	Margin-top: 0px;
}
h2 {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-size: 25;
	color: #999966;
	margin-bottom: 5px;
	Margin-top: 0px;
}
h3 {
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-size: 18;
	color: #999966;
	margin-bottom: 5px;
	Margin-top: 0px;
}
.skygge {
	height: 40px;
	width: 300px
	font-size: 30px;
	font-family: verdana, arial, helvetica, sans-serif;
	filter: shadow(
	color : #cccc99
	direction : 135)
}
A {
	text-decoration: none; color:#333300;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	
}
A:link {
	COLOR: #990033;
	TEXT-DECORATION: none;
	font-size: 12px;
}
A:visited {
	COLOR: #ff0033;
	TEXT-DECORATION: none
}
A:hover{
	COLOR: #ff0033;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 12px;
}
A:active {
	COLOR: #ff0033;
	TEXT-DECORATION: none
}

.boks1   { position : absolute;
	color : blue;
	background-color : #ffaa55;
	top : 200px;
	left : 2px;
	z-index: 0;
	width : 70;
	height : 30px;
	padding : 5px;
	border: 0.1px solid lightyellow;
}
.boks2 { position : absolute;
	color : blue;
	background-color : green;
	top : 190px;
	left : 2px;
	z-index: 0;
	width : 130;
	height : 30px;
	padding : 5px;
	border: 0.1px solid lightyellow;
}
.spejl { filter : flipH;
}