body  {
        background-color: rgb( 214,180,116 );
	margin: 1em;
	font-family: Arial,/* Comic,*/ sans-serif;
	font-size: 90%;
	color: black;
}

H1 {
        font-size: 120%;
        font-weight: bold;
        color: rgb( 90%, 90%, 90% );
}

H2 {
        position: relative;     
        left: 1em;
        font-size: 110%;
        font-style: italic;
        color: rgb( 90%, 90%, 90% );
}

H3 {
        position: relative;
        left: 2em;
        font-size: 90%;
        font-style: italic;
        color: rgb( 90%, 90%, 90% );
}

H4 {
        font-weight: bold;
        position: relative;
        left: 3em;
        color: purple;
}


auteur {
	color: yellow;
	text-align: right;
}

p       {
        position: relative;
	left: 4em;
	width: 70%;
	/*font-size: 90%;*/
}

p:first-line {
	text-indent: 2em;
}

p:first-letter {
	font-weight: bold;
	font-size: 140%;


}


/* links...*/
a {
	color: black;
	font-size: 0.8em;
	text-decoration: none;
}

a:link    { color: rgb( 20%, 40%, 15%);}
a:active  { color: blue; }
a:visited { color: rgb( 60%, 35%, 10% );}
a:hover { 
	color: black;
	background: orange;
	/*font-variant: small-caps;*/
	font-size: 0.8em;
}

exempel {
        background: url("http://10.67.108.67/~xtofl/dksite/dkbackground.jpg") black no-repeat center scroll;
}                               

#note { color: white;  background-color: rgb( 180,150,100 );}
body#navigation { background-color: rgb( 180,150,100 );}
a#navigation { background-color: rgb( 180,150,0 );}
#oldnote { background: #D0D0D0;}
a#mainnavigation { background-color: rgb( 180,150,0 ); font-size:200%; font-weight:bold}
