/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,153,255);
 	text-decoration: none 
}

A:link {
	color: rgb(0,102,51);
 	text-decoration: none 
}

A:visited {
	color: rgb(0,102,51);
 	text-decoration: none 
}

.TextObject {
	color: rgb(0,102,51);
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,0,0)
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: xx-small;
 	color: rgb(102,0,0);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center
}

A:hover {
	color: rgb(153,0,51);
 	text-decoration: none 
}
