/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Monatsauswahl {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 
	font-size: 14pt;
 	color: rgb(0,102,255);
 	font-weight: bold;
 
	text-decoration: underline;
 	text-align: center;
 
	background-color: rgb(204,255,204)
}
