div.header { 
  width: 100%;
  text-align: center ;
  margin-left: auto ;
  margin-right: auto ;
}

div.footer { 
  width: 100%;
  text-align: center ;
  margin-left: auto ;
  margin-right: auto ;
}

div.content { 
  width: 100% ;
  text-align: center ;
}

table.content {
  border-collapse : collapse ; 
  font-size: 10pt ;
  font-family: Arial ;
  width: 850px ;
  margin-left: auto ;
  margin-right: auto ;
}

td.menu	{
  background-color: #044204 ;
  width: 150px ;
  height: 600px ;
  vertical-align: top;
}

td.sitebody {
  background-color: #FFFFFF ;
  width: 700px ;
  height: 600px ;
  vertical-align: top ;
  color: #044204 ;
}

table.inventorylist {
  border-collapse: collapse; 
}

td.invpic {
  width: 75px ;
  height: 75px ;
  text-align: center ;
}

td.invdescription1 {
  background-color: #D3B0EF ;
  text-align: left ;
  height: 75px ;
  width: 275px ;
}

td.invprice1 {
  background-color: #D3B0EF ;
  text-align: right ;
  width: 75px ;
  height: 75px ;
}
            
td.invdescription2 {
  background-color: #EBDCF8 ;
  text-align: left ;
  height: 75px ;
  width: 275px ;
}

td.invprice2 {
  background-color: #EBDCF8 ;
  text-align: right ;
  width: 75px ;
  height: 75px ;
}

table.detailservice {
  border-collapse: collapse ;
  border-style: solid ;
  border-width: 1px ;
  border-color: #5A2784 ;
  width: 500px ;
}

H1 {
  color: #5A2784 ;
  font-size: 16pt ;
}

th {
  background-image : url('images/th.jpg') ;
  height: 25px ;
  color: #000000 ;
}

img.menu {
  margin-top: 0px ;
  border-top: 0px ;
  border-right: 0px ;
  border-bottom: 0px ;
  border-left: 0px ;
}
           
body {
  background-color: #DAEFDA ;
  font-family:Arial ;
  font-size:10pt ;
  color:#008001 ;
}