/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 11pt;
 	color: rgb(0,51,102)
}

LI {
	font-size: 11pt
}

OL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(0,51,102);
 	margin-bottom: 6pt
}

A {
	text-decoration: none 
}