/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	color: rgb(102,0,0)
}

A:active {
	color: rgb(145,19,0)
}

A:link {
	color: rgb(145,117,0)
}

A:visited {
	color: rgb(145,116,0)
}

.TextObject {
	color: rgb(102,0,0)
}

H1 {
	font-family: "ParkAvenue BT",  cursive;
 	font-size: xx-large;
 	color: rgb(102,0,51);
 	font-weight: bold
}

H2 {
	font-family: "ParkAvenue BT",  cursive;
 	font-size: x-large;
 	color: rgb(102,0,0)
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: medium;
 	color: rgb(102,0,0);
 	font-weight: normal;
 	font-style: normal
}

H3 {
	font-family: "ParkAvenue BT",  cursive;
 	font-size: large;
 	color: rgb(102,0,0)
}

A {
	color: rgb(145,19,0)
}

H4 {
	font-family: "ParkAvenue BT",  cursive;
 	font-size: medium;
 	color: rgb(102,0,0)
}

A:hover {
	color: rgb(145,19,0)
}