/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Nachricht {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 13pt;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: justify
}

.Neu {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 14pt;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(0,204,255);
 	border: 2pt ridge rgb(255,204,153)
}
