.menu-style {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.menu-link {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;

}
.gen-text {
	font-family: "arial", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	align: center;
}

h1 { font-size:16px }
a:link { color:#ffffff }	
a:visited { color:#ffffff }	

/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  
   -
   The Color settings are for the background box only  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:160px; left:0; top:0; z-index:500;
  font-size:small; 
  background-color:#ff0000; 
  border: 2px solid;	border-color: #ff9e9e #bb0000 #bb0000 #ff9e9e; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .4em; }

div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#ffffff }
div.menu a:visited { color:#ffffff }
div.menu a:hover { color:#ffffff; border-bottom:1px dashed #fff }