/* CSS definition file containing site wide stylesheets */

A:active {
	font-weight: bold;
 	text-decoration: underline overline
}

A:link {
	color: rgb(153,0,0)
}

A:visited {
	color: rgb(0,0,0)
}

P {
	font-size: small
}

A {
	color: rgb(153,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

.TextNavBar {
	font-size: small;
 	text-transform: capitalize;
 	color: rgb(153,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	color: rgb(153,0,0)
}