a:link, a:active, a:visited {
        color: #4A265A;
        text-decoration: underline
        }

a:hover{
        color: #4A265A;
        text-decoration: none
        }

body{
      background-image: url('../Imagens/FundoLateral.gif');
      background-repeat: repeat-xy
      }

.botao{
       display: block;
       position: static;
       top:50px;
       left:70px;
       margin:0px 0px 0px 0px;
       padding: 0px 0px 0px 0px;
       }

.botao a, .botao a:visited{
        display: block;
        font: bold 13px/24px arial, helvetica, sans-aerif;
        padding: 0px;
        text-decoration: none;
        text-align:center;
        color:#0000ff;
        background: #ffffff url('../Imagens/Botao.gif') no-repeat center center;
        width:165px;
        height:30px;
        }

.botao a:hover{
        font: bold 13px/24px arial, helvetica, sans-aerif;
        padding: 0px;
        text-decoration: none;
        text-align:center;
        color:#0000ff;
        background: #ffffff url('../Imagens/BotaoPress.gif') no-repeat center center;
        }

.texto{
       font: 14px/18px arial, helvetica, sans-aerif;
       color:#000000;}

.coment{
       font: 12px/18px arial, helvetica, sans-aerif;
       color:#000000;}
       
.textoimg{
       text-align:center;
       font: bold 12px/16px arial, helvetica, sans-aerif;
       color:#000000;}
