/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.berner{
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16px;
 	color: rgb(72,53,22);
 	font-weight: bold;
 	text-align: center
}

.würfe{
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(97,91,73);
 	text-align: center
}

.lenzgraben{
	font-family: "Lucida Calligraphy",  cursive;
 	font-size: 20px;
 	color: rgb(29,28,28);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.Berner2{
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: medium;
 	color: rgb(72,53,22);
 	text-align: center;
 	margin: 3px
}