/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.empty{
	font-family: "Open Sans",  sans-serif;
 	font-size: 16px;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: rgb(255,255,255);
 	background-image: none;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}