/* CSS definition file containing site wide stylesheets */

.TextObject {
	font-family: "Bradley Hand ITC",  cursive;
 	font-size: 24px;
 	color: rgb(0,255,0);
 	font-weight: bold;
 	background-color: rgb(0,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 
	border-bottom-style: none
}

.TextNavBar {
	font-family: "Bradley Hand ITC",  cursive;
 	font-size: 24px;
 	color: rgb(0,255,0);
 	font-weight: bold;
 	background-color: rgb(0,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 
	border-bottom-style: none
}

.FlasButtons {
	font-family: "Bradley Hand ITC",  cursive;
 	font-size: 24px;
 	color: rgb(0,255,0);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	background-image: none;
 	border-left-style: none;
 
	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}