a:hover,a:focus {
    text-decoration: underline;
}

a:focus {
     outline: 2px solid #005fcc !important;
  outline-offset: 2px;
}
a.skip {
    position: fixed;
    top: 0;
    left: 0;
    background: #f2f2f2;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #d9d9d6;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #0061a0;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

a.skip:focus {
    z-index: 52555
}