body { margin: 0.5cm; }
text  {  color: White}
h1 {
	color: Lime;
	font-family: cursive;
	font-size: 20pt;
	text-decoration : blink;
	background : transparent none;
	background-color : transparent;
	font : bolder italic small-caps 26px/normal cursive;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	list-style : circle inside none;
	list-style-image : none;
	list-style-position : inside;
	list-style-type : upper-roman;
	margin-bottom : auto;
	margin-left : auto;
	margin-right : auto;
	margin-top : auto;
	word-spacing : normal;
	text-transform : capitalize;
	text-align : center;
}
h2 {
    font-family: cursive;
	font : bolder italic small-caps 16px/normal cursive;
    color:red;
	font-family: Wide Latin, Arial Black, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration : blink;
	text-align : center;
}
h3 {
	color: Aqua;
	font-size: 14pt;
	text-align : center;
	font-family: Wide Latin, Arial Black, Helvetica, sans-serif;
}
h4{
	color: Fuchsia;
	font-size: 12pt;
	text-align : center;
	font-family: Wide Latin, Arial Black, Helvetica, sans-serif;
}
p {
	color: White;
	font-family: Monotype Corsiva,Windsor;
	sans-serif, font-size: 10pt;
	margin-left: auto;
	text-align : center;
}
p.rahmen { text-align: right; line-height: 1.2; padding: 10px; background: silver; }
b {
	color: yellow;
	text-align : center;
	font-size : 10px;
	font-family : sans-serif;
}
ul { list-style-image: url(cross.gif); font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size: 12pt; }
A:link { color: yellow; }
A:hover { color: White; }
A:active { color: Aqua; }
A:visited {
	text-decoration: none;
	color: Lime;
}