.header-style {
	font-family: "Times New Roman", Courier, mono;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	}

.menu {
	font-family: "arial", Courier, mono;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	}

.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;
   }

.menu-style1 {
	font-family: "Times New Roman", Courier, mono;
	font-size: 70px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}

.menu-style2 {
	font-family: "Arial";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}

.menu-style3 {
	font-family: "Times New Roman", Courier, mono;
	font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	}

.menu-style4 {
	font-family: "Times New Roman", Courier, mono;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	}

.menu-link {
	font-family: "Times New Roman", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	}

.footer-style {
	font-family: "Times New Roman", Courier, mono;
	font-size: 40px;
	font-style: strong;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	}

.large-text {
	font-family: "Times New Roman", Courier, mono;
	font-size: 50px;
	font-style: strong;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
   }

.title { font-size:50px;
     font-family: "arial", Courier, mono;
	 font-style: strong;
	 color: #FF0000;
	}
.aa:link { color:#000000;
		text-decoration: underline;
 }	
.aa:visited { color:#000000; 
		text-decoration: underline;
}	
	
h1 { font-size:30px;
     font-family: "arial", Courier, mono;
	 font-style: strong;
   }

a:link { color:#ffffff;
		text-decoration: none;
 }	
a:visited { color:#ffffff; 
		text-decoration: none;
}	

/* 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:#ffffFF; 
  border: 2px solid;	border-color: #ffff9e #aaaa00 #aaaa00 #ffff9e; 
}

/* 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:strong; white-space:nowrap; }  
div.menu a:link { color:#000000 }
div.menu a:visited { color:#000000 }
div.menu a:hover { color:#000000; border-bottom:1px dashed #000 }
