body {
	background: white;
	color: black;
	font-size: 100%;
	text-decoration: none; 
}
h1 {
	background: white;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
h2 {
	background: white;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}
A:link {
	text-decoration: underline;
	color: #0000FF;
}
A:visited {
	text-decoration: underline;
	color: #003399;
}
/* Remove unwanted elements */
#meny, #oppslag_form, #oppslag_info
	{
	display: none;
}
img {
	display: none;
}
