/* -*- C -*-						*/
/* Zeilen wie diese, die mit Schraegstrich und Stern 	*/
/* beginnen und mit Stern und Schraegstrich enden, sind	*/
/* Kommentarzeilen. 					*/
P { 
    font-family:Helvetica,sans-serif;
	font-size:small;
    font-style:normal;
	color:lime;
}


BODY {
     font-family:Verdana,Helvetica,Courier,sans-serif;
	 font-size:small;
	color:lime;
	 margin:10px 12px 10px;
	background-color:#110011;
	}

A, H2, H3, H4 {
     font-family:Verdana,Helvetica,Courier,sans-serif;
	font-style:normal;
}

H3 {
   font-variant:small-caps;
   font-size:medium;
	color:#990033;
}

H2 {
   font-size:large;
   font-weight:bold;
   font-variant:small-caps;
	color:#990033;
}

H1 {
     font-family:Courier, "Courier New", Helvetica, sans-serif;
	font-size:large;
	text-align:right;
	float:right;
	color:#CC0033;
}


HR { margin:1% 3%
}


div.navi {
	background-color:whitesmoke;
	text-align:left;
	border-color:black;
	border-style:none solid solid none;
	border-width:0 thin thin 0;
}

A {
	font-family:Helvetica, sans-serif;
	font-size:medium;
}

A.intern:link {
	color:cyan;
	text-decoration:none }
A.intern:visited {
	color:red;
	text-decoration:none }
A.intern:hover {
	color:lime;
	text-decoration:underline }
A.intern:active {
	color:blue;
	text-decoration:none }

A:link { 
	color:cyan;
	text-decoration:underline }
A:visited {
	color:red;
	text-decoration:underline }
A:hover {
	color:lime;
	text-decoration:none }
A:active {
	color:blue;
	text-decoration:underline }

