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

BODY {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 10px;
 	color: rgb(0,51,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(176,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(176,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(176,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

.TextObject {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(255,255,204)
}

H1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(255,255,204);
 	text-decoration: underline
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 16px;
 	color: rgb(0,51,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	background-color: transparent
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(176,0,0);
 	font-weight: bold;
 	text-decoration: underline
}

.TextNavBar {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(204,0,0);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: transparent
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(51,51,204);
 	font-weight: bold;
 	text-decoration: underline;
 	background-color: transparent
}