	#intro{
			top: 95px; 
		 	left: 50px; 
			position: absolute; 
			width: 650px; 
			height: 900px; 
			border: 0px; 
			background: #000000; 
			color: #00ff00;
			font-family: courier;
			padding: 0px;
		}

	#rightcolumn {
			top: 95px; 
			left: 750px; 
			position: absolute; 
			width: 888px; 
			height: auto; 
			border: 0px; 
			background: #000000; 
			color: #00ff00;
			font-family: courier;
			padding: 0px;
		}

	#degree{
			width: 650px; 
			height: 900px; 
			border: 0px; 
			background: #000000; 
			color: #00ff00;
			font-family: courier;
			padding: 0px;
		}

	a:link {color: #00ff00;}
	a:visited {color: #00cc00;}
	a:active {color: #ffff00;}
	
	.struken {
		text-decoration: line-through;
	}
	img {
		border: none;
		padding: 0px;
		outline: none;
	}
	
	img + img {
		margin-top: 40px;
	}

	body {
			background-color: #000000;
			background-image: url("granskog_lowres_extended_web.gif");
			background-repeat: repeat-x;
		}

