body
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: #333;
}


table.full
{
  border: none;
  width: 800px;
}


table.header
{
  border: none;
  color: #333;
}


table.main
{
  border: none;
}


table.product
{
  border-style: solid;
  border-width: thin;
}


table.history
{
  border-style: solid;
  border-width: thin;
}


table.footer
{
  border: none;
}

ul.list
{
  list-style-type: square;
}


.error
{
  color: red;
}


a
{
  text-decoration: underline;
  color: blue;
}


a:Hover
{
  text-decoration: underline;
  color: blue;
}


a:visited
{
  color: blue;
}
