
body { width: 780px; 
       margin-left: auto; 
       margin-right: auto; }
       
li {float: left;
     width: 20%;
     text-align: center;
     list-style-type: none}

a { display: block;
    width: 100%;
    text-decoration: none; }

a:hover { background: #FF9 none; }

