/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.TextObject {
	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: none ;
	font-family : Verdana;
	font-size : 12px
}

A {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	color: rgb(153,153,153);
	font-size : 12px;
	font-weight : bold
}

.TextNavBar {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(255,204,0);
	font-size : 12px
}
