body {
	background-color	: #66CC33;
	font-family			: Verdana, Arial, sans-serif;
	font-size			: 0.9em;
}
h1, h2, h3 {
	font-family			: "Trebuchet MS", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}
h2 {
	text-align			: center;
}

div.menu {
	background-color	: #0066FF;
	border-top			: 0.2em solid black;
	border-bottom		: 0.2em solid black;
	color				: #FFFFFF;
	font-size			: 1.2em;
	font-weight			: bold;
	margin-left			: 0;
	margin-right		: 0;
	padding				: 0.5em;
}
div.main {
	background-color	: #FFCC99;
	border				: 0.3em solid black;
	margin-left			: auto;
	margin-right		: auto;
	margin-top			: 1em;
	margin-bottom		: 1em;
	padding				: 1em;
	text-align			: justify;
	width				: 45em;
}

div.main table, td, p, li {
	font-size			: 0.9em;
}

img.border {
	border				: 1px solid black;
}

pre.lyrics {
	font-family			: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

a {
	background-color	: transparent;
	color				: #993333;
	font-weight			: bold;
	text-decoration		: none;
}
a:active {
	background-color	: transparent;
	color				: red;
}
a:hover, a:focus {
	text-decoration		: underline;
}/*
a:visited {
	background-color	: transparent;
	color				: #993333;
	text-decoration		: none;
}*/
a:visited:hover {
	text-decoration		: underline;
}

div.menu a {
	color				: #FFFFFF;
}

/*	Gjestebok	*/

div.guestbook-form {
	font-size: 0.8em;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 1em;
}
div.entry {
	font-size: 0.9em;
	margin-bottom: 1em;
}
div.entry p {
	margin-bottom: 1em;
	margin-top: 0em;
}
div.date {
	border-top: 1px solid #FFFFFF;
	font-size: 0.8em;
	text-align: right;
}