html, body {
	
	 margin:10;  padding:0; }

body {background-color: #f8f5ed;
}
p { font-family:sans-serif; font-size:small; line-height:140%;} /* Grundskrift */
img { border:none;}   /* Ingen border på nogen billeder overhovedet */

hr {
	height:3px;
	color:#800080; width:700px
}
p.stor {
	font-family:sans-serif;
	font-size:large; 
font-weight:bold;
}
p.lille {
	font-size:x-small;
	font-family:sans-serif;
}
p.xlille{
	font-size:xx-small;
}
p.red {
	color:#FF0000; font-size:medium; font-family:sans-serif;
}

td {

	padding:10px;
}


h1 {
	font-family:sans-serif;
	font-size:large; 
font-weight:bold;
}
h2 {
	font-family:serif;
}

h3 {
	font-family:serif;
}

a:hover {
	font-style:italic;
	
}
a:link {
	color:#3300FF;
}
a:visited {
		color:#993399;
	border-width:thin;
	border:dashed;	
border-color:#000000;

}




