body {
	margin: 0px 0px 0px 0px; /*
	cursor:url("../Billeder/nodenoegle.cur"); /*fil skal være af typen .cur eller .ani*/
	background: #FFff81; /*url('../../Billeder/LBL%20112x161.jpg') no-repeat position: relative 685px 45px;*/  /* repeat+repeat-x+repeat-y*/
}

/* DEFINITION AF FONT OPSÆTNING */

h1 {	
	color: #009900;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	font-family: arial, sans-serif;
}

h2 {
	color: #009900;
	font-style: italic;
	font-weight: bold;
	font-size: 1cm;
	font-family: arial, sans-serif;
}

h3 {	
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	font-family: arial, sans-serif;
}

p {	
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, sans-serif;
	margin: 20px 10px;
}

/*DEFINITION AF TABEL HEADER (th) OG TABEL DATA (td)*/

th {
	background:#ffff81;
	text-align: right; 
}

td {
	background:#ffff81;
	text-align: center;
}

/* DEFINITION AF LINKS */

a:link {
	color: blue;
}

a:visited {
	color: green;
}

a:active {
	background-color: red;
}

a:hover {
	color: orange;
	font-style: italic;
	text-decoration:none;
}
