/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-size: x-small;
 	color: rgb(204,153,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	color: rgb(153,255,255);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none 
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: x-small;
 	color: rgb(153,102,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	margin: 0px 1px
}

.TextNavBar {
	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}
