html, body {height:100%}

body {
	align: center;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.style1 {
	color: #C3C3C3;
	font-size: 8px;
	font-family: verdana;
}

.style2 {
	color: #427b09;
	font-size: 8px;
	font-family: verdana;
}	


.menuCap {
	height: 19px;
	background: url(images/menu_left_bg.gif) repeat-x;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
	font-size: 10px;
}

.menuCapEnd {
	height: 19px;
	background: url('images/menu_left_bg.gif') repeat-x;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 27px
}

#right .menuCap {
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}


TD {
	font-family: verdana;
	font-size:x-small;
}

TD.a {
	font-size:small;
	font-family: verdana;
}

TD.b {
	font-family: verdana;
	font-size:medium;
}

a:href { text-decoration: underline } 
a:link { text-decoration: underline } 
a:visited { text-decoration: underline } 
a:hover { text-decoration: none; color: red;  }

	<!-- fjerner understregning og laver teksten rød -->

H1 {
	text-align:center;
	font-stretch:wider;
		font-family: verdana;
}

H2 {
	text-align:center;
		font-family: verdana;
}
		 

H3 {
	text-align:center;
	font-family: verdana;
}