/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.text {
	font-size: 12pt;
 	color: rgb(0,102,153);
 	font-weight: bold;
 	list-style-type: none;
 	list-style-image: none;
 	text-align: left;
 	text-indent: 1px;
 	background-color: transparent;
 	background-image: none;
 	margin: 0px 1em 0em 2pt;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}