body { background-color:#a4b7f9;
       margin-left:30px; 
	font-family:French Script, arial, times new roman;
}
* { color:blue; }
h1 { font-size:140%;
     color:#FF0000;
     font-style:italic;
     border-bottom:solid thin black; }
p,li  { }
p.small {font-size:70%;}
table	{text-align: left;
	width:100%;}
thead	{font-size:110%;
	 font-weight: bold;}
td	{vertical-align:top;}
td.menue {background-color:#a4b7f9;
	width: 120px;}
td.titel {background-color:#a4b7f9;
	font-size:222%;
	color:#FF0000;}
a:link { color:grey; text-decoration:none; }
a:visited {	 color:grey; text-decoration:none; }
a:focus {  color:grey; text-decoration:underline; }
a:hover {  color:black; text-decoration:none; }
a:active { color:grey; text-decoration:underline; }

