body {
/*	background: #666666; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
/*	body kan have margin 4 værdier clockwise top right bottom og left */
	font-size: 15px; margin: 0px; 
	line-height: 1.3;
}
p { 
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #333; 
	line-height: 1.3;
}
.klein { 
	font-size: 12px;
}
table {
/*	#FFFFCC; gul */
/*	background: #FFF; */
/*	#666666; graa */
 	border: 0px;
	border-collapse: collapse;
}
td {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #333;
	line-height: 1.3;
	text-align: left; 
	vertical-align: top;
/*	#666666; graa */
	border: 0px solid #D0D0D0;
	padding: 10px 10px 10px 10px; 
/*	#FFFFCC; gul */
/*	background: #FFFFCC; */
}
td.bold {
	font-weight: bold; 
}
ul, ol, li, blockquote {
	font-size: 15px; color: #333;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}
h1 { 
	padding-top: 0;
	margin-bottom: 0px; 
}
h2 { 
/*	color: #0000FF; */
	padding-top: 1;
	margin-bottom: 0px; 
}
h3 { 
}
h4 { 

}
h5 {

}
h6 { 
	font-size: 11px;
}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: purple;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
