/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.link2 {
	font-family: "Arial Baltic",  sans-serif;
 	font-size: 16px;
 	color: rgb(218,56,56);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(51,51,51);
 	border: 1px solid rgb(128,128,128)
}

.link3 {
	font-family: "Arial Baltic",  sans-serif;
 	color: rgb(218,56,56);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(51,51,51);
 	border: 2px solid rgb(128,128,128)
}