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

A:active {
	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	color: rgb(255,0,0);
 	font-weight: bold;
 	font-style: italic;
 	text-decoration: none 
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10pt
}

A {
	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px
}

A:hover {
	color: rgb(0,0,255);
 	font-weight: bold;
 	text-decoration: underline overline;
 	background-color: transparent
}