A { color: white;
    text-decoration: none;
  }

A:hover { color: green;
          text-decoration: none;
        }

.topmenu { height: 44px;
           width: 780px;
           color: #9cb2ac;
           border: 2px solid white;
         }
.horizspacer { height: 4px;
               color: #9cb2ac;
             }
