/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* basic elements */
body { 
	font: 10pt/16pt georgia; 
	color: #000000; 
/*	background: #fff url(bub.gif) no-repeat bottom right; */ 
/*	background: #ffffff url(bilder/pchan.gif); */ 
/*	background: #eeeeee; */
/*	background-color: #ffffff url(bilder/background.jpg) no-repeat fixed top; */
	background: #ffffff url(bilder/background.jpg) no-repeat fixed top; 
	margin: 20px; 
	}
p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h2 {
	font: italic bold 16pt/22pt georgia;
	}

h3, h4 { 
	font: italic normal 12pt/18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #000000;
	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}
a:active { 
	color: #ff0000;
	}
        
#container { 
	font: 8pt/14pt georgia; 
	text-align: right; 
	}

#homelink { 
	font: 8pt/14pt georgia; 
	text-align: right; 
	}
