/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(200,200,200);
 	text-decoration: none 
}

.Test2 {
	color: rgb(255,255,255)
}

A:link {
	color: rgb(102,204,51);
 	text-decoration: none 
}

A:visited {
	color: rgb(102,204,51)
}

P {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(200,200,200)
}

A {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(100,100,100);
 	text-decoration: none 
}

.TextNavBar {
	font-family: "Courier New",  "Lucida Console",  Courier,  Monaco,  Monospace;
 	color: rgb(255,255,255)
}

A:hover {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}