@charset "utf-8";
/* CSS Document */

#faq {
width:96%;
height:auto;
text-align:left;
padding-top:5px;
}

#faq a:link{
font-weight:bold;
font-size:11px;
text-decoration:underline;
color:#999999;
}

#faq a:active{
font-weight:bold;
font-size:11px;
text-decoration:underline;
color:#999999;
}
#faq a:visited{
font-weight:bold;
font-size:11px;
text-decoration:underline;
color:#999999;
}

#faq a:hover{
font-weight:bold;
font-size:11px;
text-decoration:none;
color:#999999;
}


