/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:visited {
	color: rgb(153,0,204)
}

P {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: small;
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-size: small;
 	text-align: left;
 	margin-top: 2pt
}

OL {
	text-align: left
}

H4 {
	font-family: "@Arial Unicode MS",  sans-serif;
 	font-size: small;
 	font-weight: bold
}

PRE {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	font-size: small
}

A:hover {
	color: rgb(255,0,51)
}