/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(192,192,192);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	font-family: "Century Schoolbook",  serif;
 	font-size: x-small;
 	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: underline
}

.TextObject {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(192,192,192);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(192,192,192);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(255,0,0);
 	font-weight: bold;
 	text-decoration: underline
}