/* CSS definition file containing site wide stylesheets */

.TextNavBar {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	text-transform: capitalize;
 	color: rgb(0,204,0);
 	letter-spacing: 2pt;
 	line-height: 20pt;
 	font-weight: bold;
 	text-decoration: underline overline;
 	font-variant: small-caps;
 	text-align: center;
 	background-color: rgb(255,255,51);
 	border: 5pt double rgb(0,0,255);
 	margin: 10pt 5pt
}
