.faqContainer 
{ 
   margin: 20px 0 0 0; 
} 

.faqQuestion 
{ 
   font-weight: bold; 
   font-size: 1.2em;
   cursor: pointer;
   margin-bottom: 15px;
}

.faqQuestion:hover{
text-decoration: underline;
}

.faqAnswer
{ 
   font-weight: normal; 
   font-size: 1.0em;
margin-bottom: 15px;
}
