$(document).ready(function () {
    $('li.pergunta').click(function () {
	$('p.resposta-pergunta').slideToggle('small');
    });
});
