
body{background: url('lblue003.jpg');}


#header{ width: 863px;
         height: 145px;
         margin-left: 55px;
         text-align: center;
         border-width: 7px;
          border-style: solid;
          border-color: rgb(0,0,128);
         background-color: maroon;}

         

#content{ position: absolute; left: 63px; top: 178px;
          width: 795px; height: 1131px;
          text-align: left;
          border-width: 7px;
          border-style: solid;
          border-color: rgb(0,0,123);
          background-color: rgb(255,255,220);
          padding: 35px;} 



#footer{ position: absolute; left: 0px; top: 1061px;
         width: 100%; height: 140px;
         text-align: center;
         background-color: #ffffcc;
         border-width: 1px;
         border-style: solid;
         border-color: green;}  



h1 { text-align: center; font-size: 40px;
     color: white;}


h2 { text-align: center;font-family: Verdana, sans-serif;
     color: #800080; font-size: 35px; }

h3 { text-align: center; font-family: Verdana, sans-serif;
     color: black; font-size: 20px;}




img.border {border: 5px solid #800000; padding: 1px 1px 1px 1px;}




p { color: black; font-size: 120%;}

a:hover {
  color: white;
  background-color: blue;
}