
<style type="text/css">
<!--
A:link { 
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: underline; 
	}
A:visited { 
	color: #000000; 
	font-family: Verdana, Arial; 
	font-size: 12; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: underline; 
	}
A:active { 
	color: #000000; 
	font-family: Verdana, Arial; 
	font-size: 12; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: underline; 
	}
A:hover { 
	color: #FF0000; 
	font-family: Verdana, Arial; 
	font-size: 12; font-weight: 400; 
	font-style: normal; 
	text-decoration: underline; 
	}
A.menu:link { 
	color: #000000;
	font-family: Times New Roman,Verdana, Arial;
	font-size: 15; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	}
A.menu:visited { 
	color: #000000;
	font-family: Times New Roman,Verdana, Arial;
	font-size: 15; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	}
A.menu:active { 
	color: #FF0000; 
	font-family: Times New Roman,Verdana, Arial;
	font-size: 15; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	}
A.menu:hover { 
	color: #FF0000; 
	font-family: Times New Roman,Verdana, Arial; 
	font-size: 15; font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	}
H1 { 
	font-family: Times New Roman,Verdana, Arial; 
	font-size: 20;
	font-weight: 700; 
	font-style: normal; 
	text-decoration: none; 
	color: #000000; 
	}
H2 { 
	font-family: Verdana, Arial; 
	font-size: 13; 
	font-weight: 700; 
	font-style: normal; 
	text-decoration: none; 
	color: #000000; 
	}
H3 { 
	font-family: Verdana, Arial; 
	font-size: 12; 
	font-weight: 700; 
	font-style: normal; 
	text-decoration: none; 
	color: #FF0000;
 }

TD { 
	font-family: Verdana, Arial; 
	font-size: 12; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	color: #000000;
 }
BODY {
	font-family: Verdana, Arial; 
	font-size: 12; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	color: #000000;
	background-color: #000000 ; 
	background-image: url(Images/background.jpg); 
	background-repeat: repeat; 
	background-attachment: fixed;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #808080;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0; 
	}


	
	
#menu {
	position: absolute;
	height: 130px;
	width: 100%;
	top: 0px; 
	left: 0px;
	z-index: 1;}
	

	
#tekst {
	position: absolute;
	height: 65%;
	width: 100%;
	top: 140px; 
	left: 0px;
	z-index: 30;
	overflow-x: auto;
	overflow-y: auto;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #808080;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0; }
	
#under {
	position: absolute;
	height: 60px;
	bottom: 10px;
	margin-left: 10%; 
	z-index: 40;}

-->
</style>