.skipLinks { margin-bottom: 0; margin-top: 0}
.skipLinks a {
    display: inline;
    left: -9000em;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 150px;
    z-index: 200;
}
.skipLinks a:hover,
.skipLinks a:focus,
.skipLinks a:active { background: #231f20; color: #fff; left: 0; position: absolute; top: 0; }
