/* Style sheet for www.lasvegasdancesport.com/faq.html */

#faqTOC li a{
text-decoration: none;

}

#faqTOC a:link, #faqTOC a:visited {  
  color: blue;
}

#faqTOC a:hover {
  background:         #d8c;;
  color:              black;
}

#faqTOC a:active {
  color:              white;
}

.faq li{
margin-bottom: 3em;

}

.nestedUL li{
margin-bottom: 0.2em;

}

.faqQuestion {
font-weight: bold;
margin-bottom: .5em;

}

.faqAnswer {

}

