.faq {
border: 0px solid;
border-color: #00 #000 #000 #000;
}
.faq_group{
list-style-type: square;

}
.faq_question{
list-style-type: none
}
.faq_answer{
list-style-type: none;
display: block;
padding: 2px 2px 5px 10px;
background-color: #eeeeee;
}

.faq_group a:link,.faq_group a:visited,.faq_group a:hover,.faq_group a:active {
text-decoration : none;
font-weight: bold;
color: #025782
}
.faq_question a:link,.faq_question a:visited {
text-decoration : none;
font-weight: normal;
}
.faq_question a:hover,.faq_question a:active {
text-decoration : none;
font-weight: bold;
}