/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Bilder {
	font-size: x-small;
 	color: rgb(51,0,153);
 	font-weight: bold
}

.Test {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	color: rgb(51,0,153);
 	text-decoration: none ;
 	background-color: transparent;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
