body {
 margin-top: 10%;
 text-align: center;
}

h1 { /*commento */
 font: 20px Verdana, Helvetica, sans-serif;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 20px;
 letter-spacing: 6px;
 font-style: normal;
 font-weight: normal;
 color: #838282;
 margin: 0px;
 text-align: right;
 }
 
#blu{
 border-top: 1px solid #ffffff;
 width: 900px;
 height: 21px;
 background-color: #085CDB;
 text-align: center; 
 }

a:link, a:active, a:visited {
 font: 12px Verdana, Helvetica, sans-serif;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
 font-style: normal;
 font-weight: bold;
 background-color: #085CDB;
 text-decoration: none;
 padding: 0 15px;
 }
 
a:HOVER {
 color: #085CDB;
 background-color: #ffffff;
 } 