<style type="text/css">
a:link { text-decoration: underline }
a:link { color: white }
a:visited { text-decoration: underline }
a:visited { color: gray }
a:hover { text-decoration: none }
a:hover { color: red }
a:active { text-decoration: none }
a:active { color: red }


html {
	background-color: black;
}
body {
	background-color: black;
	color: white;
	font-family: "comic sans ms"; serif;
}
h1 {
	font-size: 200%;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	text-align: center;
	font-weight: normal;
}
p {
	font-size: 100%;
	text-align: justify;
	font-family: serif;
}
.check {
	font-size: 100%;
	text-align: center;
	font-family: serif;
}
p.alt {
	font-size: 80%;
	line-height: 0.5em;
	text-align: center;
	font-family: serif;
}
p.center {
	font-size: 100%;
	text-align: center;
	font-family: serif;
}
p.footer {
	font-size: 80%;
	line-heigt: 0.5em;
	text-align: left;
	font-family: serif;
	margin-bottom: -10px;
}
p.footerend {
	font-size: 80%;
	line-heigt: 0.5em;
	text-align: left;
	font-family: serif;
	margin-bottom: 2em;
}
table#striper {
	width: 100%;
}
table {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
th {
	font-size: 90%;
	font-family: serif;
	text-align: left;
}
th.thead1 {
	width: 15%;
}
th.thead2 {
	width: 10%;
}
th.thead3 {
	width: 25%;
}
th.thead4 {
	width: 15%;
}
th.thead5 {
	width: 15%;
}
th.album {
	width: 50%;
}
td {
	font-size: 80%;
	font-family: serif;
	text-align: left;
}
td.striperight {
	text-align: right;
	width: 33%;
	colspan: 1;
	rowspan: 1;
}
td.stripecenter {
	text-align: center;
	width: 33%;
	padding-left: 1%;
	padding-right: 1%;
	colspan: 1;
	rowspan: 1;
}
td.stripeleft {
	text-align: left;
	width: 33%;
	colspan: 1;
	rowspan: 1;
}
div.content {
	width: 85%;
	margin: 0 auto;
}
div.center {
	text-align: center;
	margin-top: 10px;
}
.center img {
	border: none;
}
ul#navlist {
	display: inline;
}
li.meny {
	display: inline;
}