/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	font-size: x-small;
 	color: rgb(0,0,102)
}

A:hover {
	font-size: x-small;
 	color: rgb(204,0,0)
}

A:active {
	font-size: x-small;
 	color: rgb(4,24,61)
}

A:visited {
	font-size: x-small;
 	color: rgb(4,24,61)
}

A:link {
	font-size: x-small;
 	color: rgb(0,0,0)
}