<style type="text/css">
*{
margin: 0;
padding: 0;
}

body {    background-image: url("lcms-bg.png");
          background-color: 00ffff;
          }
    
body {
  
  font-family: Times New Roman, Times, serif;
  color: black;
  text-align: center;
  
}
      
ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin :0;
    list-style-type:none;
}

a	{
	 width: 6em;
    height: .5em;
    text-align:center;
    text-decoration: none;
    color: Green;
    text-shadow: 5px 6px 8px #778899;
    background-color: #E0E0E0; 
}

a:hover	{
		  background-color: Bisque;	
}


#menu a {
    float: left;
    width: 6em;
    height: 1em;
    text-align:center;
    text-decoration: none;
    color: Green;
    text-shadow: 5px 6px 8px #778899;
    border: .15em solid #003478;
    border-top-right-radius: 1em;	
    border-bottom-left-radius: 1em;
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #E0E0E0; 
}


#menu a:hover {
  background-color: Bisque;
  }
  
#menu {
	margin-left: 20%;
	text-align:center;
	padding-bottom: 3em;
  
}
  
	<!-- 	text-shadow: .025em 6px 8px #778899; -->  
  
   
#heading {
      width:100%;
      text-align:center;
   
    }
      
#content { 
     float:left;
     width:95%;   
     min-height:40em; 
     padding-left:2%;
     padding-right:4%; 
     text-align:left;

          }

<!-- combined width of windows, padding, borders, etc.  -->
<!-- must be < 100  -->
 
#footer {
      width:100%;
      color: indigo;
      text-align:center;                                                              
          }
          
.leftFloat {
      float: left;
      padding-right: 3%;
      padding-left: 3%;
      }
      
      
.rightFloat {
      float: right;
      padding-left: 3%;
      padding-right: 3%;
       }       
       
.center {
		text-align: center;       
       }

li {
  display: inline;
  }   

p  {
    font-family:"Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color:#003478;
}
h1 {
  font-family:"Times New Roman", Times, serif;
  font-size:48px;
  font-weight: bold;
  font-style:oblique;
  text-align: center;
  color:Indigo;
  text-shadow: 8px 6px 8px  #778899;
}

h2,h3,h4,h5,h6 {
  font-family: Times New Roman, Times, serif;
  font-weight: bold;
  font-style: italic;
  color:#003478;
}

h2 {
  font-size: 24px;
  text-align:left;
  text-shadow: 8px 6px 8px  #778899;
}
h3 {
  font-size: 24px;
  text-align: center;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 10px;
	}
</style>