a:link { color: yellow; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: yellow; text-decoration: none }
a:hover { color: red; text-decoration: underline }

p.h1 { font-family : Tahome ;
	color : red ;
	font-size : x-large }
p.era { font-family : Tahome ;
	color : red ;
	font-size : xx-large }
p.info { font-family : Tahome ;
	 color : orange }
p.orange { font-family : Tahome ;
	   color : orange ;
           font-size : x-large }
p.name { font-family : Tahome ;
         color : orange ;
         font-size : small ;
	 font-weight : bold }
p.blacksmall { font-family : Tahome ;
		color:black;
		font-size:small}
table.top { color : #FFFF00 ;
            font-weight : bold }
#menu {
  margin:0; 
  padding:0; 
  width:45em;
  height:6em;
  overflow:hidden; 
  background:transparent;
  }
#menu li {
  display:inline;
  list-style-type:none; 
  }
#menu li a {
  display:block;
  float:left;
  text-decoration:none; 
  margin:0; 
  }
#menu li a img {
  opacity:0.7;
  margin:0.5em;
  border:1;
  float:left;
  }
#menu li a span {
  display:none; 
  }
#menu li a:hover {
  background:transparent;
  }
#menu li a:hover img {
  opacity:1;
  }
#menu li a:hover span {
  width:11em;
  color:#aaa;
  display:block; 
  cursor:pointer;
  float:left;
  }
#menu .h2 {
  margin:0 5px; 
  padding:0; 
  color:#fc0; 
  font-variant:small-caps; 
  font-size:1.25em; 
  border:0;
  }
#menu .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1.1em; 
  color:#FFFF00;
  }
.outer {
  background:transparent; 
  font-size:0.9em;
  }
