
.hovermenu ul{
font: bold 15px arial;
height: 24px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
color: black;
background-color: #FFFFFF;
border: 2px solid #FFFFFF;
}

.hovermenu ul li a:hover{
background-color: #FFFFFF;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
h1 {
    color: Black;
    font-family: Old English Text MT;
    font-size: 350%;
    text-align: center;
}
h2 {
   color: gray;
   font-family: Algerian;
   font-size: 200%;
   text-align: center;
}
h3 {
   color: FireBrick;
   font-family: Old English Text MT;
   font-size: 200%;
   text-align: left;
}
h4 {
   color: crimson;
   font-family: Algerian;
   font-size: 175%;
   text-align: left;
}
h5 {
   color: DarkGrey;
   background-color:  blue;
   font-family: Verdana;
   font-size: 170%;
   text-align: center;
}
h6 {
   color: white;
   background-color:  red;
  font-family: Verdana;;
   font-size: 200%;
   text-align: center;
}
body {
    background-image: url(vortexed.jpg);
    background-repeat:no-repeat;
   }
.center {
  margin: auto;
  width: 80%;
 border: 0;
  padding: 10px;
}
p  {
    color: black;
    font-family: verdana;
    font-size: 120%;
}
table {
   width: 100% ;
}
td {
 vertical-align: top;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
img.home {
margin: 0 auto 0 auto;
border: 0; 
}
/* Style The Dropdown Button */
.dropbtn {
  background-color:  #ffffff;
  color: black;
  padding: 8px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px 0px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #ff471a;;
}
.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }
