.painelTexto{
       font-size: 25px;
       font-style: bold;
}
.estiloData{
    background: #FF0000;
    color:  FFFFFF;
    font-size:  25px;
}
.estiloIlha{
    margin-top: 15px;
    width:  100%;
    height: alto;
    text-align: center;
    background: #0000FF;
    color:  #FFFFFF;
    margin-bottom: 15px;
}
.estiloFoto{
     margin-top: 10px;
	 position: absolute;
    /*left: 200px;*/
    /*top: 100px;*/
    /*bottom: 200px*/
    /*Centrar a figura*/
    left: 50%;
    margin-left: -55px;
   }
   .estiloRolante{
         height: auto;
         background: #FF0000;
         font-style: bold;
         font-size: 26px;
         color: #FFFFFF;
   }
   .painelFigura{
       margin-top: 10px; 
       width: 100%;
       background: #0000FF;
       height: 80px;
   }

   .estiloAlinhaFoto{
        position: absolute;
        left: 50%;
        margin-left: -90px;
   }
   .painelRolante{
       width: 100%;
       background: #FF0000;
       height: 20px;
   }
   .painelAutor{
      background: #00FF00;
      height: 200px;
      border: solid 5px #AAAAAA;
   }
   .figuraAutor{
      margin-left: 0px;
      position: relative;
      left: 50%;
      margin-left: -90px;
   }
    /*Link já visitado*/
                a:visited {
                  color: #0000FF;
                  text-decoration: none;
                }
                /*Quando o mouse passa por cima*/
                a:hover {
                color: #FFFFFF;
                text-decoration: none;
                }
                /*Link ativo/selecionado*/
               a:active {
               color: #FF0000;
               text-decoration: none;
               }
               