.category {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid, #000;
  display: block;
  margin-bottom: 20px;
}

.answer {
  margin-bottom: 20px;
}	

#toggle {
  margin-bottom:1.5em;
}

#toggle a:link, #toggle a:visited, #toggle a:hover {
  text-decoration:none;
}

#toggle a:active, #toggle a:focus {
  outline: 0;
  color:#273156;
}

#toggle h3 {
  background-color:#fff;
  background-image:url(toggle.gif);
  background-repeat:no-repeat;
  background-position:right;
  line-height: 20px;
  margin-top:2em;
}

#toggle p {
  margin-top:0;
}


		
