/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.rot {
	color: rgb(255,51,0)
}

.blau {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: small;
 	color: rgb(0,51,204);
 	font-weight: normal;
 	font-style: normal
}

.blau-tab {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 10pt;
 	color: rgb(0,51,204);
 	font-weight: bold;
 	text-align: center
}
