.menu {

border: 1px solid black;
background-color: #990099;
color:white;
width:100%

}

a {

text-decoration:none;
color:white;

}

a:hover {

color: black;
background-color:white;

}

.items {

text-align:center;

}

body {

background-color:#B0B0B0