   .fundo {
             text-align: justify;
             background: #none;
             border-bottom: 0px solid #none;
             width: 500px;
             margin: 0px;
             padding: 4px;}

             .fundo2 {
             color: #abbac3;
             background: #eef2fa;
             border: 2px solid #eef2fa;
             text-transform: Uppercase;
             font: 9px calibri;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
             margin: 0px;
             font-weight: bold;
             text-align: center;
             width: 390px;
             letter-spacing: 1px;
             padding: 5px;}

             .namora {
             float: center;
             color: #f2f5fb;
             background: #d56060;
             text-align: center;
             padding: 10px;
             text-transform: Uppercase;
             font: 9px calibri;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
             margin: 4px;
             width: 300px;
             font-weight: bold;
             text-decoration: none;
             cursor: crosshair; }

             .namora:hover {
             float: center;
             color: #f2f5fb;
             background: #d56060;
             text-align: center;
             padding: 10px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
             text-transform: Uppercase;
             font: 9px calibri;
             margin: 4px;
             width: 500px;
             font-weight: bold;
             -moz-transition: 0.5s linear;
             -webkit-transition: 0.5s linear;
             text-decoration: none;
             cursor: crosshair;
             }