/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: x-small;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:visited {
	color: rgb(102,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.TextObject {
	font-weight: bold
}

A {
	color: rgb(153,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-weight: bold
}

A:hover {
	color: rgb(153,0,0);
 	font-weight: bold
}