/* CSS definition file containing site wide stylesheets */

.menu {
	font-size: 18px;
 	text-transform: lowercase;
 	color: rgb(72,194,197);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	font-variant: normal;
 	list-style-type: none;
 	list-style-image: none;
 	clear: none
}

.TextObject {
	color: rgb(153,204,255)
}