BODY {
	background-color : #0E3193;
}

	h1 {
		color: #ff0000;
		font-family: Ravie;
		font-size : 100%;

	}

	h2 { color: #3300ff;
		font-family : "Arial", "New York", serif;
		font-size : 75%;
		font-style : oblique;
	}
H3 {font-family : "Arial", "New York", serif;
	font-size : 75%;
}

	p {
	color:#00ff00;
	font-family: "Arial Black";
	font-size: medium;
	line-height : 150%;
}
	a {
	display : block;
	text-decoration: none;
	font-family : Verdana;
	font-size : 12px;
	font-weight:800;
	text-align : left;
	
}
	
	a:link {
	color: White;
} 
a:visited {
	color: white;
}
	a:focus {
	color: yellow;
}
a:hover {
	color: #white;
	text-decoration : underline;
}
	
a:active{
	color: yellow;
}
	

#navigasjon a{

display:block;
height : 30px;

}

	
	

#bakgrunn {
	background-image : url('../sidebanner.GIF');
	width : 0%;
	z-index : 1;
	position : absolute;
	top : 50;
	left : 0%;
	height : 100%
}
	
	