<!-- Aktuallisiert am 09/7/2003 -->
	
	H1 {
   font-family: helvetica, sans-serif;
   font-style: normal;
   font-weight: bolder;
   font-size: 2ex;
   margin-top: 0.2em;
   margin-left: 0.7em;
   background-position: top left;
   letter-spacing: 0.2em;
   text-align: center;
   	}

	H2 {
   font-family: helvetica, sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 2ex;
   margin-top: 0.7em;
   margin-left: 0.7em;
   color: black;
   background-position: top left;
   text-align: left;
   	}

	H3 {
   font-family: helvetica, sans-serif;
   font-style: normal;
   font-weight: bold;
   font-size: 2ex;
   color: black;
      	}
	
	BODY {
   font-family: helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: medium;
   margin-top: 0.9em;
   margin-left: 0.9em;
   color: black;
   background-position: top left;
	}

	LI {
   font-family: helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 80%;
   margin-top: 0.7em;
   margin-left: 0.7em;
   color: black;
   background-position: top left;
	}

   	UL {
   font-size: 10pt;
	}

   	DT {
	font-size: 10 pt;
	color: red;
	}	

   
   .pastoral { color: blue }  /* all elements with class~=pastoral */


   @media print {
   @page         { margin: 10% }
   H1, H2, H3,
   H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
   BLOCKQUOTE, 
   PRE           { page-break-inside: avoid }
   UL, OL, DL    { page-break-before: avoid }
	}		

	A:link { color: blue; text-decoration: none}
	A:visited { color: dark-red; text-decoration: none }
	A:hover  { color: blue; text-decoration: none } 

	
