p.pregunta{
    color: #A6C226;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

p.pregunta:before{
  content: url(../images/marker2pointssmall.jpg)'  ';
}

p.pregunta:hover{
  text-decoration: underline;
}

p.resposta{
    color: #5B5B5B;
}
