.blau {color:blue;font-family:Tiemes; font-size:80pt}
.gruen {color : Green;font-family : serif;font-size : xx-small;}
.f1 {color:blue; font-family:Times; font-size:30pt}
.f2 {color:with; font-family:Times; font-size:10pt}
.f3 {color:black;font-famliy:Times;font-size: xx-small;}
.int {
	background-color: Red;
	color : White;
	font-family : Arial;
}
.format1{
	color:blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 20pt;
}
.f4{
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
	font-weight : normal;
}
.f5{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-style : oblique;
	color : Green;
}
.f6{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
	color : #FF4500;
}