/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	text-decoration: none 
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	text-decoration: none 
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	text-decoration: none 
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(102,102,102)
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(102,102,102);
 	text-decoration: none 
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(51,51,51);
 	text-decoration: none 
}