<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document for farger og bilder */

body {
	
		background-color: #003333;
		
	
	}
	
	a {
	
		color: #FFFFFF;
		text-decoration: underline;
		
	
	}
	
	a:hover {
	
		color: #FFFFFF;
		text-decoration: underline;
		font-weight: bold;
	
	}
	
	#stars {
		
		background-image:url(../images/star.png);
		background-repeat: no-repeat;
		
     	
		
	
	}

	#glowBanner {
		
		background-image:url(../images/glowBanner.jpg);
		background-repeat: repeat-x;

		
	}
	
	#content .pad {
		
		font-weight: bold;
	
	}
	
	#bottomTxt a:hover {
	
		font-weight:normal;
	
	}</pre></body></html>