/* Body-Tags definieren*/
a:link 	{
		color:#000050
		}
a:active     {
		color: #CC0000
		}
a:visited 	{
		color:#000099
		}
a:hover 	{
		color:#666600;
  		background-color:#EEEEEE;
		TEXT-DECORATION: underline overline
  		}

body 		{
		background-color:#EEEEE0
		font-family: "Courier New", Courier;
		}

p, li		{
			font-family: "Courier New", Courier;	
			font-size: 10pt 
		}

i         { background-color: #FFFF00; font-style: normal }
h3        { font-family: Arial; font-size: 16pt; font-weight: bold; margin-bottom: 0 }
h4        { font-family: Arial; font-size: 12pt; font-weight: bold}
hr			{ color: black; height=1}

td 		{
		/*	font-family: Arial, Helvetica; */
			font-family: "Courier New", Courier;	
			font-size:10pt;
			color:#000000;
		}

.header 	{
			font-family: "Courier New", Courier;	
			font-size:18pt;
			color:#000099;
		}
		
th 	{
	font-family: Arial, Helvetica;
    	font-size:10pt;
    	color:#000050;
    	background-color:#EEEEEE;
	}

.hfcomment 
		{
			font-family: "Courier New", Courier;
			font-size: 8pt 
		}

