.body {
  margin-left: 10px;
  margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-color: black;
  background-color: #000000;
  background-image: url("mapp.jpg");
}

.titulo {
  color: black;
  text-align: center;
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.texto {

font-size: 8pt;
font-weight: bold;

}

.texto5 {

font-size: 10pt;
font-weight: bold;

}


.texto7 {

font-size: 10pt;
font-weight: bold;
color: red;

}


.texto3 {

font-size: 8pt;
font-weight: bold;
font-color: red;

}

.titulo2 {
  color: red;
  text-align: center;
  font-size: 25pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.topo {
  background-color: black;
  font-size: 13pt;
  color: white;
  text-align: center;
  font-family: Verdana;
  }

.titulo3 {
  color: black;
  text-align: center;
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.titulo4 {
  color: green;
  text-align: center;
  font-size: 18pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.entra {
  background-color: red;
  color: white;
  text-align: center;
  font-size: 25pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.barrahome {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 12pt;

}

.barrahome2 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 100px;
  font-size: 12pt;

}




#barranav {
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
}

.subtitulo {
  color: red;
  text-align: center;
  font-size: 18pt;
  margin-top: 5px;
  margin-bottom:5px;
  font-weight: bold;
}

.subtitulo3 {
  color: blue;
  text-align: center;
  font-size: 24pt;
  margin-top: 5px;
  margin-bottom:5px;
  font-weight: bold;
}


.subtitulo1 {
  color: black;
  text-align: center;
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom:10px;
  font-weight: bold;
}

.subtitulo2 {
  color: Black;
  text-align: left;
  font-size: 15pt;
  margin-top: 10px;
  margin-bottom:10px;
  margin-left:50px;
  font-weight: bold;
}


.texto2 {

font-size: 15pt;
font-weight: bold;
color: red;
text-align: center;

}



.tabela {

text-align: center
}





.link_a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
}

.link_a:visited {
  color: black;
  text-decoration: none;
  background-color: white;
  font-weight: bold;
}

.link_a:hover {
  text-decoration: none;
  background-color: blue;
  color: white;
  font-weight: bold;
}






.link_b {
  color: red;
  text-decoration: none;
  font-weight: bold;
  background-color: black;
}

.link_b:visited {
  color: red;
  text-decoration: none;
  background-color: black;
  font-weight: bold;
}

.link_b:hover {
  text-decoration: none;
  background-color: black;
  color: orange;
  font-weight: bold;
}





.link_c {
  color: black;
  text-decoration: none;
  font-weight: bold;
  background-color: white;
}

.link_c:visited {
  color: black;
  text-decoration: underline;
  background-color: white;
  font-weight: bold;
}

.link_c:hover {
  text-decoration: none;
  background-color: red;
  color: black;
  font-weight: bold;
}

