head  {
  }

body {
  background: gray;
  font-family: trebuchet ms;
  font-size: 14px;
  color: #555555;
}

div{
  background: #ffffff;
}

p{
  padding-left:20px;
  padding-right: 20px;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: gray;
  font-family: trebuchet ms;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}

h1{
  color: #06a778;
  font-size: 22px;
  padding-top: 20px;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
}

a{
  text-decoration: none;
  color: #06a778;
}

div#container{
  width: 1000px;
  margin: auto;
  padding: 0px;
  border: 1px solid #666;
  background: white;
  z-index:99;
  align: center;
}

div#footerdiv{
  width: 1000px;
  padding:0px; 
  margin: auto;
}

table
{ 
margin-left: auto;
margin-right: auto;

}

#dropmenudiv{
position:absolute;
border:1px solid gray;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
position:absolute;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
z-index: 100;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e4e7e6;
z-index: 100;
}

#footerfont{
  color: white;
  font-size: 11px;
}

#h1div{
  background: #e4e7e6;
  width: 99%;
  padding: 100;
  font-size: 18px;
  color: #555555;
  padding: 5px;
  font-weight: bold;
}

#prices{
  background-color: #e4e7e6;
  width: 45%;
}

#pricestable{
  align: left;
  font-size: 11px;
  border: 1px solid gray;
  width: 100%;
}

table.pricestable td { 
  padding:5px; 
}

#bordered{
  border-top: 1px dashed #c0c0c0;
}

#pricesheading{
  font-size: 16px;  
}

#action{
  font-size:16px;
  font-color:#555555;
}

img{
  border:0;
}