body {
  margin-top: 5;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-family: verdana;
  font-size: 11px;
  color: #333333;
  background: url(images/bkg.jpg);
}

td {
  font-family: verdana;
  font-size: 11px;
  color: #333333;
}

.tablemain {
  background: url(images/tableBkg.jpg);
  border-color: black;
  border-left-style: solid; 
  border-left-width: 1px; 
  border-right-style: solid; 
  border-right-width: 1px; 
  border-top-style: solid; 
  border-top-width: 1px; 
  border-bottom-style: solid; 
  border-bottom-width: 1px;
}

.content {
  font-family: verdana;
  font-size: 11px;
  color: #333333;
  padding-right: 20px;
  text-align: justify;
}

.copyright {
  font-family: verdana;
  margin-top: 6px;
  text-align: center;
  font-size: 11px;
  color: #282828;
}

.productinfo {
  font-family: verdana;
  font-size: 11px;
  color: #333333;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: justify;
 
}