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

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	color: rgb(0,0,128);
	font-family : Verdana;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal
}

A:hover {
	color: rgb(153,51,51)
}