body{

}

p.menu{
text-align: center;
font-size: 0.75em;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 50px;
margin-top: 10px;
background-color: #5e8eab;
height: 2em;
}

p.menu a{
color: #fff;
background-color: #5e8eab;
border-right: solid 1px #ffffff;
text-decoration: none;
display: block;
width: 10em;
float: left;
line-height: 2em;
}

p.menu a:hover{
background-color: #49abdb;
}