/* Body-Tags definieren*/
body 	{
		background-color:#FFFFCC;
		font-family: Arial, Helvetica, "sans serif";
		}
		
a:link {
		color:#330000;
       font-weight: bold;
		
		}
		
a:visited {
		color:#000050;
	   font-weight: bold;
		}
		

p 		{
		font-family: Arial, Helvetica, "sans serif";
    	font-size:10pt;
    	color:#000050;
	   }
	   
td 		{
		font-family: Arial, Helvetica, "sans serif";
		font-size:10pt;
 		color:#000050;
	   }

th 		{
		font-family: Arial, Helvetica, "sans serif";
		font-size:10pt;
 		color:#000050;
	 	background-color:#FFCC30;
 	 	}
