/* CSS definition file containing site wide stylesheets */

.B {
	color: rgb(255,0,0);
 	text-decoration: none 
}

.TextObject {
	color: rgb(0,0,0)
}

A {
	color: rgb(13,69,143)
}

.TextNavBar {
	color: rgb(0,0,0)
}

.B:hover {
	color: rgb(13,69,143);
 	text-decoration: none 
}

A:hover {
	color: rgb(255,0,0)
}