h1{
   font-size:22px;
   color:#0080C0;
   margin-bottom:5px;
   margin-top:5px;
}

table.goodstable {
   border: 2px #cc0000 solid;
   border-collapse: collapse;
}

table.goodstable th,
table.goodstable td {
   border: 1px #cc0000 solid;
   border-style: dashed;
   border-color: #cc0000;
   border-width: 1px;
}

table.goodstable thead th {
   border-bottom: 3px double #cc0000;
   background-color: #ffdddd;
}