.annotationLayer .linkAnnotation > a {
    position: absolute;
    font-size: 1em;
    top: -1px;
    left: -2px;
    width: 100%;
    height: 100%;
    padding: 1px 2px;
    background-color: #f00;
    opacity: 0.0;
}
.annotationLayer .linkAnnotation > a:hover {
    opacity: 0.2;
}

.annotationLayer .linkAnnotation > a:hover[href="#p15_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p15_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p37_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p37_2"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p38_1"]:after,
.annotationLayer .linkAnnotation > a:hover[href="#p38_2"]:after {
    display: block;
    position: absolute;
    content: '';
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 1px 2px;
    background-color: #f00;
}
.annotationLayer .linkAnnotation > a:hover[href="#p15_1"]:after {
    width: 190%;
    top: 15px;
    left: -460px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p15_2"]:after {
    width: 30%;
    top: -17px;
    right: -444px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p37_1"]:after {
    width: 30%;
    top: 15px;
    left: -266px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p37_2"]:after {
    width: 200%;
    top: -17px;
    right: -284px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p38_1"]:after {
    width: 30%;
    top: 15px;
    left: -266px;
}
.annotationLayer .linkAnnotation > a:hover[href="#p38_2"]:after {
    width: 200%;
    top: -17px;
    right: -284px;
}


a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}
