/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body , Table ,TD {
			
	font-family : "Verdana";
   
 }
	
	.Stilklein {
	font-size: 10px ;
	font-weight: normal;
	color: #000000;
	font-family : "Verdana";
	}
		
	.StilInhalt {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-family : Verdana;
	}
	
    .StilUeberschrift {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-family : "Verdana";
	}

	.StilUeberschrift2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family : "Verdana";
	}

A {
	text-decoration: underline;
	color: #000033;
	font-family : "Verdana";
    }
	
A:Hover {
	text-decoration: underline;
	color: #000066;
	font-family : "Verdana";
    }

A:Visited {
	text-decoration:underline;
	color:#000066;
	font-family: "Verdana";
	}
	
hr {
	color: Black;
	border-color: Black;
   }
