/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Test {
	color: rgb(0,0,0);
 	text-decoration: none 
}

A:hover {
	color: rgb(0,0,255);
 	text-decoration: none 
}