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

BODY {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153)
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153)
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	background-color: rgb(153,204,153)
}

H2 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: bold
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

LI {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

OL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,0,153)
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	color: rgb(0,153,0);
 	font-weight: normal;
 	font-style: normal
}