@charset "iso-8859-1";
/* CSS Document */
.abertura
{
  color: #000;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titulo
{
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}

.titulo1
{
  color: #000;
  font-family: Arial;
  font-size: x-small;
  font-weight: bold;
  text-transform:uppercase;
}

.perguntas
{
  color: #000;
  font-family: Arial;
  font-size: x-small;
  font-weight: bold;
  
}

.respostas
{
  color: #000;
  font-family: Arial;
  font-size: x-small;
  font-weight: normal;
}

.comentario
{
  color: #000;
  font-family: Arial;
  font-size: x-small;
  font-weight: bold;
}

.paragrafo
{
  color: #000;
  font-family: Arial;
  font-size:12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  text-indent: 20px
}

.borda
{
  border: thin solid #535353;
}

