body
	{ background-color: rgb(240,240,240);
	}

h1
	{ font-family: verdana;
	color: black;
	font-size: 12pt;
	font-weight: bold;
	}
h3
	{ font-family: verdana;
	color: black;
	font-size: 25pt;
	font-weight: bold;
	}

p
	{ font-size: 8pt;
	color: black;
	text-align: justify;
	font-family: verdana;
	}
p.sponsor
	{ font-size: 8pt;
	color: black;
	text-align: justify;
	font-family: verdana;
	float: right;
	}

a
	{ font-size: 8pt;
	color: black;
	text-align: justify;
	text-decoration: none;
	font-family: verdana
	}
a:hover
	{ font-size: 8pt;
	color: black;
	text-align: justify;
	text-decoration: underline;
	font-family: verdana
	}
a:visited
	{ font-size: 8pt;
	color: black;
	text-align: justify;
	font-family: verdana
	}
a.lesmer
	{ font-size: 8pt;
	color: blue;
	text-align: justify;
	text-decoration: none;
	font-family: verdana
	}
a.lesmer:hover
	{ font-size: 8pt;
	color: blue;
	text-align: justify;
	text-decoration: underline;
	font-family: verdana
	}
a.lesmer:visited
	{ font-size: 8pt;
	color: blue;
	text-align: justify;
	font-family: verdana
	}

div.ramme_links
	{ border: 1px solid black;
	width: 120px;
	background-color: white;
	float: right;
	padding: 2px;
	padding-bottom: 0px;
	}
div.ramme_content
	{ border: 1px solid black;
	width: 500px;
	height: 95%;
	background-color: white;
	float: left;
	padding: 8px;
	padding-bottom: 0px;
	overflow: auto;
	}
div.ramme
	{ border: 1px solid black;
	width: 500px;
	height: 95%;
	background-color: white;
	float: left;
	padding: 4px;
	padding-bottom: 0px;
	overflow: auto;
	}
div.linje
	{ border-top: 1px solid rgb(200,200,200);
	width: 124px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 2px;
	margin-bottom: -18px;
	height: 0px;
	}