/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(100,20,20);
 	font-weight: bold
}

A:link {
	color: rgb(200,40,40);
 	font-weight: bold
}

A:visited {
	color: rgb(102,153,102);
 	font-weight: bold
}

.TextNavBar {
	color: rgb(100,20,20);
 	font-weight: bold
}

A:hover {
	color: rgb(0,0,255);
 	font-weight: bold
}