/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	color: rgb(0,0,255);
 	font-weight: bold
}

P {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 12pt;
 	color: rgb(225,225,132);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	color: rgb(255,0,0);
 	font-weight: bold
}

BODY {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 12pt;
 	color: rgb(225,225,132);
 	font-weight: normal;
 	font-style: normal
}

.TextNavBar {
	font-size: 10pt;
 	font-weight: bold
}

A:active {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	color: rgb(225,225,132);
 	font-weight: bold
}

A:visited {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	color: rgb(153,153,0);
 	font-weight: bold
}

A:link {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	color: rgb(192,192,192);
 	font-weight: bold
}