/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(153,153,153)
}

A:link {
	color: rgb(0,51,255)
}

A:visited {
	color: rgb(204,0,204)
}

.TextNavBar {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	text-align: left
}

A:hover {
	color: rgb(255,0,0)
}