<style>
<!--
A:link
{ text-decoration: underline; color: blue;}

A:visited
{ text-decoration: underline; color: purple;}

A:active
{ text-decoration: underline; color:green; }

A:hover
{ text-decoration: underline; color:#000000;}

Body 
{font-size: 12pt;
font-family: comic sans MS, times new roman;
color: black ;
background-color: #fffaf0 ;
background-image: url(images/Bodyback.jpg.)

}


H1 {font-family: Arial;
color: black 


}

{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {  
  margin: 06px;
  padding: 07px;
  height: 100px;
  background-image: url(images/header.jpg) ;
  background-repeat: no-repeat
}
#left {
  position: absolute;
  left: 15px;
  top: 150px;
  width: 180px;
  Background-color: silver;
  
}
#center {    
  top:0;
  margin-left: 230px;
  margin-right: 15px;
  
}
-->
</style>







