body         { text-align: center; font-size: 10 pt }
.portugues   { font-size: 10 pt; text-align: justify }
.ingles      { font-size: 10 pt; color: #006600; font-style: italic; text-align: justify }
.titulo      { font-size: 18 pt; text-transform: capitalize; font-style: italic; 
               font-weight: bold; text-align: center }
.legenda_foto { font-size: 7 pt; text-transform: capitalize; font-style: italic; text-align: 
               center }
h1           { font-size: 24 pt; text-transform: capitalize; text-align: center; font-style: 
               italic; font-weight: bold }
h2           { font-size: 18 pt; text-transform: capitalize; font-style: italic; 
               font-weight: bold; text-align: center }
h3           { font-size: 14 pt; text-transform: capitalize; font-style: italic; 
               font-weight: bold; text-align: center }
a            { font-size: 10 pt; text-decoration: none; color: #006600; font-weight: bold }
.botao {
  font-family:Times;
  background-color:#D8E5E9;
  width:125px;
  height:22px;
  text-align:center;
  color:#000;
  font-weight:bold;
  font-size:12pt;
}
.botao:hover {
  font-family:Times;
  background-color:#FFFE99;
  width:125px;
  height:22px;
  text-align:center;
  color:#CE3534;
  font-weight:bold;
  font-size:12pt;
  border:1px dashed #D8E5E9;
}