table.prices
{
   border: thin solid green;
   width: 80%;
}
tr.header
{
   background-color: #9999FF;
   color: black;
   font-weight: bold;
   text-decoration: underline;
}
tr.odd
{
   background-color: #FCFAE8;
   color: black;
}
tr.even
{
   background-color: #EAEBFB;
   color: black;
}
tr.final
{
   background-color: #9999FF;
   color: black;
   font-weight: bold;
}

