/*
 Doesn't work in Netscape 4.x:
 @import "th2.css";
*/
@import "tabs.css"; /* Most of this doesn't work with Netscape 4.x anyway... */

BODY {
  background-image: url("pics/a051.jpg");
  background-color: #9cf; /*#c9d6df*/
  max-width: 60em;
}

/*H1 { text-align: center }*/
H1 { margin-bottom: 0 }

H1, H2, H3, H4 { font-family: sans-serif;
	         color: /*midnightblue*/ #0066cc;
	       }
A, STRONG, SMALL { font-family: sans-serif; }

TD.body H2 { margin-top: 0; }

DIV.body { background-color: #efe6d9;
           margin: 5px;
           padding: 5px;
           /*align: center;*/ }


/* Some stuff copied from tabs.css: */
TABLE.flikar TH { padding: 3px; font-family: sans-serif; }
TABLE.flikar TH.aktiv {
	background-color: #efe6d9;
}

TD.body {
	background-color:  #efe6d9;
	padding: 5px;
}

.sc { font-variant: small-caps; }

div.right { float: right; }

