div.menu {
border: 1px solid white;
}

a.menu {
display : block;
padding-top: 3px;
width: 170px;
height: 20px;
background: #0b374e;
color: white;
text-align: center;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid white;
}

a.menu:hover {
font-weight: bold ;
text-decoration: underline ;
color: #ffd801 ;
}

div.footer {
background: black;
color : #ffd801; 
border: 1px solid #ffd801;
text-align: center;
}
s
a.footer {
text-decoration: none;
color : #ffd801;
padding-left : 10px;
padding-right : 10px;
border-right : 1px solid;
border-left : 1px solid;
}

a.footer:hover {
text-decoration: underline;
}

