/* CSS Document */

body{
background-color: #000000;
color:black;
margin:0px;
padding:10px;
border:0px;
}


.tekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	font-weight: bold;
}
a:link {
	color:#666666;	
	text-decoration: underline
}
a:visited {
	color: #999999; 
	text-decoration: underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
}
a:active {
	color:#FFFFFF;
	text-decoration: none;
}
	
.note
{ 	
	font-family: arial, courier, sans serif;
	font-size: xsmall;
	color: #999999;
}

/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border-top: 2px solid #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 162px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #999999;	
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
	border-left	: 2px solid #000000;	
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
	border-left	: 2px solid #000000;
	background-color: #FFFFFF;	
	color: #000000;
	text-decoration: none;
}

.header
{
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image:url("hvid-bg.jpg");
	display: block;
	padding: 3px;
	border-bottom: 1px solid #000000;
	border-right: 2px solid #000000;
	border-left	: 2px solid #000000;	
}

