html, body {height:100%}

body {
	background: #FFCC99;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:'Verdana';
	font-size: 10pt;
}

img { behavior: url("images/pngbehavior.htc"); } 

#frame {
	background: url("images/baggrund2.jpg") top center fixed repeat-y;
	margin : 0 auto;
	padding: 0 63px 0 63px;
	text-align: left;
	width: 760px;
	height: 100%;
}

#menu {
	width: 630px;
}

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;  background-color: eeeeee; }

	<!-- fjerner understregning og laver teksten rød -->

H1 {
	text-align:center;
	font-stretch:wider;
	background:eeeeee;
	font-family:'Verdana';
}

H2 {
	text-align:center;
	padding:6;
	font-family:'Verdana';
}
		<!-- grå baggrundsbjælke, centreret -->
 

H3 {
	text-align:center;
	font-family:'Verdana';
}
