a {
color: #cc0000;
text-decoration: none;
}
a:hover {
color: #cc0000;
text-decoration: underline;
}
body {
  font-family: Sans-Serif;
  font-size: 12px;
}

.arrowimg {
vertical-align: middle;
}

td.packagesheader {
  background: rgb(0, 102, 153);
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(255, 255, 255);
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  border-right: 1px dashed;
}

td.packages {
  font-size: 10px;
  border-right: 1px solid;
  border-bottom: 1px dotted rgb(0, 102, 153);
  text-align: center;
}