.pure-menu-link {
    color: white;
}
.pure-menu-item :hover { background: black; }

.banner {
    background: #666 0 0 no-repeat fixed;
    text-align: center;
    background-size: cover;

    height: 100px;
    width: 100%;
    display: table;
}

.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 12pt;
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 1px black;
}

.ispLink {
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
}
a { text-decoration: none }
body { font-family: Arial, sans-serif }