h1
{	
	font-size:48pt;
    	color:red;
	font-style:italic;
}

p, li
{
	font-size:12pt;
	line-height:14pt;
	font-family:Helvetica,Arial;
	letter-spacing:0.2mm;
	word-spacing:1.8mm;
}

p.gross 				/* Unterklasse von p */
{
	font-size:16pt;
    	color:black;
}
p.klein 				/* Unterklasse von p */
{
	font-size:10pt;
    	color:blue;
	font-style:bold;
}
h2 i					/* Verschachtelte Tags */
{
    	color:blue;
	font-style:normal;
}
#fettkursiv
{
	font-weight:bold;
	font-style:italic;
	color:rgb(50%,80%,0%);
}
