/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-size: x-small;
 	color: rgb(51,102,153)
}

A:link {
	font-size: x-small;
 	color: rgb(51,102,153)
}

A:visited {
	font-size: x-small
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif
}

P {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: x-small
}

A {
	font-size: x-small;
 	color: rgb(51,102,153)
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-size: x-small;
 	color: rgb(255,153,51)
}