/* CSS Document */
a.faq {
font : times, serif;
font-weight : normal;
text-decoration : none;
color : #990000;
}

a.faq:visited {
font-weight : normal;
text-decoration : none;
color : #000000;
}

a.faq:hover {
text-decoration : underline;
color : #000000;
}


