<!-- Side -->
body {
	background-color: #FFFFFF;
	color: #000080;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
}
body.menu {
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

<!-- Afsnit -->
p {
	font-family: verdana, sans-serif;
	text-indent: 30px;
	text-align: justify;
}
p.slutAfsnit {
	font-family: verdana, sans-serif;
	font-size: 75%;
	text-align: justify;
}

<!-- Vandret linie -->
hr {
	color: #0000FF;
	height: 10pt;
	width: 100%;
}

<!-- Tabeller -->
table {
	table-layout:	fixed;
}
th {
	text-align: left;
}
td {
	font-family: verdana, sans-serif;
	font-size: 75%;
}
td.menutop {
	background-color: #000080;
	text-align: left;
	height: 10px;
	width: 100%;
}
td.menu {
	background-color: #000080;
	text-align: left;
	height: 25px;
	width: 100%;
}

<!-- Overskrifter -->
h1 {
	color: #FFFFFF; 
	background-color: #23238E;
	font-family: verdana, sans-serif;
	font-style: normal;
	font-size: 140%;
}
h2 {
	color: #FFFFFF;
	background-color: #3299CC;
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 110%;
}
h3 {
	color: #FFFFFF;
	background-color: #C0D9D9;
	font-family: verdana, sans-serif;
	font-style: oblique;
	font-size: 100%;
}

<!-- Punkt liste -->
li {
	text-transform: none;
	font-family: verdana, sans-serif;
	font-size: 100%;
}

<!-- Links -->
a {
	text-decoration:underline;
}
a:link {
	color: blue;
}
a:visited {
	color: red;
}
a.menu
{
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 100%;
	font: bold;
}
a.menu:link {
	color: yellow;
}
a.menu:visited {
	color: yellow;
}
a.menu:hover {
	color: white;
	letter-spacing: 1px;
}
a.styr
{
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 75%;
	font: bold;
}
a.styr:link {
	color: black;
}
a.styr:visited {
	color: black;
}