/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	font-size: small
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-size: small;
 	background-color: transparent
}

A:visited {
	font-size: small
}