
BODY {
	background-color: #ffffff;
}

h1 {
	font-size: large ;
	font-style:italic;

	border-color: #000000;
	
	font-family:"Arial";

	text-transform:uppercase;
}

h2 {
	font-size: medium ;
	font-style:italic;
	font-weight:normal;
	
	font-family:"Arial";
	margin: 0px;
}


h1.head {
	background-color: #f0fff0;
	color: #608060;
	font-size: 30px;
	border-bottom-style:dashed;
	border-bottom-width:2px;
}

h4:first-letter { 
	#color: #ff0000;
	font-size: 200% ;
	margin: 0em;
	
}

h6 {
	font-size: 1em;
	background-color: #f0fff0;
	margin: 0em;
}

a {
	text-decoration:none;
}

a.meny {
	background-color: #ffffff;
	display:block;
	margin:0em;
}

a:hover {
	background-color: #f0f0f0;
	text-decoration:none;
}
	

h4 {
	border-left-style:solid;
	outline-width: 0px 0px 0px 0px ;
	background-color: #f0fff0;
	
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 4px; 
	border-right-width: 4px;
	position:relative;
	#left:  50px;
	width: 100px;
	float:left;
	margin:0px;
}
h4.right {
	border-left-style:none;
	border-right-style:solid;
	float: right;
}
 