
body { 
    background-color: #E2FEFA;
}

#all {
  background-image: url("fixedBG.gif");
  background-repeat: repeat-y;
  background-color: aqua;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-color: aqua;
  border-width: 5px;
  border-style: solid;
}

#header {
  background-color: #16d5de;
  text-align: center;
  float: left;
  width: 800px;
  height: 145px;
  clear: both;
 
}


/* horizMenu.css */
/* unindent each unordered list */

#menu ul {
  margin-left: -2.5em;
  background-color: aqua;
}

/* turn each list item into a solid gray block */

#menu li {
  list-style-type: none;
  border: black solid 1px;
  float: left;
  width: 9.8em;
  background-color: #0984ff;
  text-align: center;
  }
 


/* set anchors to act like buttons */
#menu a {
  display: block;
  color: black;
  text-decoration: none;
}

/* flash anchor white when hovered */
#menu a:hover {
  background-color: white;
}

/* collapse nested lists */
#menu li ul {
  display: none;
}

/* display sublists on hover */
#menu li:hover > ul {
  display: block;
}

/* indent third-generation lists */
#menu li li li {
  margin-left: 1em;
}

/* Remainder of css code */



#right {
  background-color: aqua;
  float: left;
  width: 790px;
  padding: 5px;

}

#footer {
  float: left;
  width: 800px;
  clear: both;
  text-align: center;
  background-color: aqua;
  border-top: 3px double black;
}

/* h4 Header title.  h5 Header sub-title */

h4 {
	font-family: Calista, Footlight,  Bookman Old Style, Verdana;  
	text-align: center; 
	font-size: 30pt; 
	font-style: italic;
	color:white;
}

h5  {
	font-family:verdana; 
	font-size:14pt; 
	font-style: italic;
	color:white
	}

/* h1 Title. h2 Under-title centred.  h3 Sub-titles at margin */

h1 {
	font-family:verdana;  
	text-align: center; 
	font-size:20pt; 
	color:blue
	
}
 
 h2 {
 	font-family:verdana; 
	text-align: center;
	font-size:14pt; 
	color:black
}
   
h3 {
	font-family:verdana; 
	font-size:12pt; 
	color:black; 
	font-style:italic
}
   
p  {
	font-family:verdana; 
	font-size:12pt; 
	color:black
}
   
dt {
	font-family:verdana; 
	font-size:10pt; 
	color:black
}
   
dd {
	font-family:verdana; 
	font-size:10pt; 
	color:black
}
   
li {
	font-family:verdana; 
	font-size:10pt; 
	color:black
}
