td.headline1 {
  background-color: #FFFFFF; 
  text-align: left;
  font-weight: bold;
  color: #003333;
}

td.headline {
  background-color: #FFFFFF; 
  text-align: center;
  font-weight: bold;
  color: #003333;
}

td.content1 {
  background-color: #FFFFFF; 
  text-align: left;
}

td.content {
  background-color: #FFFFFF; 
  text-align: center;
}

td.sep {
  background-color: #003333;
  height: 3;
}

table.pricing {
  border: 0;
  padding: 0;
  background-color: #003333;
  width: 80%
}

a.link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
}
