/* This stylesheet controls the webpage text format */


/* controls the menus top and bottom of the page*/
a.topmenutext, a.topmenutextlive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	}
	
	
/* end of menu control */

/* for graphic text font generator*/

.fontimage  {
	float: left;
	width: 100%;
	clear: both;
	}

.fontimage img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	float: left;}

/* indented paragraphs and list styles*/

ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.75em}

/* Default text link styles*/

a:link    {text-decoration:none}
a:visited {text-decoration:none}
a:hover   {text-decoration:none}
a:active  {text-decoration:none}

a.navtext:link, a.navtext:visited, a.navtext:active {text-align: right; text-decoration: none;}
a.navtext:hover {text-align: left; text-decoration: underline;}
