
table.familytree {
  /*border: 2px solid #333333;*/
  border: 0;
}

table.familytree td {
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
  font-family: arial,sans-serif;
  font-size: smaller;
  border-width: 1px;
  border-style: solid;
}

table.familytree td.sexf {
  background: pink;
  border-color: #AA0055;
  color: #AA0055;
}

table.familytree td.sexf a {
  text-decoration: none;
  color: #AA0055;
}

table.familytree td.sexm {
  background: #BBBBFF;
  border-color: #3333AA;
  color: #3333AA;
}

table.familytree td.sexm a {
  text-decoration: none;
  color: #3333AA;
}

