p {
    width: 90%;
}

body {
    font-size: 100%;
}

.menu {
}

.menu a {
    background-color: #f5f5f5;
    border-left: 4px solid gray;
    padding-left: 3px;
    display:list-item;
    list-style:none;
    text-align:left;

    font-size:20px;
    text-transform:uppercase;
    font-weight:bold;
    text-decoration:none;
    padding-top: 0;
    color: #002868;
}

.menu a:hover{
    color: #BF0A30;
}

h3 {
    margin-top: 1em;
}
