/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:link {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(102,153,51);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal
}

H1 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 16px;
 	color: rgb(128,128,128);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H2 {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(128,128,128);
 	font-weight: bold
}

P {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(128,128,128)
}

A {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(153,153,153);
 	font-weight: bold;
 	text-decoration: none 
}

LI {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(148,149,153);
 	list-style-type: square
}

OL {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(148,149,153)
}

.TextNavBar {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: 13px;
 	color: rgb(153,153,153);
 	font-weight: bold
}

A:hover {
	font-size: 13px;
 	color: rgb(102,153,51);
 	font-weight: bold;
 	text-decoration: none 
}
