.tbl td {
  padding-left: 6px;
}

.header th {
  background-color: #eee;
  padding: 10px 0 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px; 
}

#cats h2 {
  margin: 30px 10px 6px 0;
  padding-bottom: 8px;
  border-bottom: none;
}

#cats h2 a {
  color: #db3535;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#cats h4 {
  margin-bottom: 4px;
}

#cats h4 a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  background-image: url('/images/bullet_arrow.jpg');
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 25px;
}

#cats .second h4 {
  margin-top: 8px;
}

#cats ul {
  margin-left: 26px;
}

#cats ul li {
  margin-bottom: 2px;
}

#cats ul li a {
  font-weight: 11px; 
}

#cats h2.firsth {
  margin-top: 0;
  margin-bottom: 10px;
}

