body {	background-color:#00ccff; 
	background-repeat:repeat-y;
	}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000099;
	font-style: normal;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	text-decoration: underline;
	text-align: center;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-style:italic;
	color:#FFCC66;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	} 
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	font-style:italic;
	color:#006600;
	background-color:#404040;
	font-weight: bold;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	}

/*Schriftfarben */
.rot { color:#ff0000;}
.green { color:#00ff00;}
.blue { color:#0000ff;}
.weiss { 		font-size:12pt;
		color: #ffffff;
		text-align:center;
		} 
#fett { font-weight:bold; }

/*Links als Klasse def.  Beispiel S.101*/
a:link {
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}
a:visited {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	font-style: normal;

	}
a:hover {
	color:orange;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	}
a:active {
	color:#009933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	}

/*Textgestaltung
.buch1 {first-letter { 
	font:italic 24pt Arial,sans-serif; 
	color:#00ff00;
	background-color: #FF0000;
	}} */
	
p:first-line { font-weight:bold; }

/*Textausrichtung */
.zentriert { text-align:center; }
.rechts { text-align:right; }
.blocksatz { text-align:justify; }
.einzug { text-indent:30px; }
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	}
