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

.Link_Braun {
	font-size: 12px;
 	color: rgb(128,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.Link_Braun:hover {
	font-size: 12px;
 	color: rgb(0,51,153);
 	font-weight: bold;
 	text-decoration: none 
}