/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(0,128,0);
 	text-decoration: none 
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(0,128,0);
 	font-weight: bold;
 	text-decoration: none 
}