/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-size: x-small;
 	color: rgb(51,153,153)
}

A:active {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	color: rgb(51,51,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(163,163,163);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: xx-small;
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: xx-small;
 	color: rgb(0,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}
