/* 
#cache,
#cache1,
#cache2 {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

}

#popup1:target,
#popup2:target,
#popup3:target,
#popup4:target,
#popup5:target,
#popup6:target,
#popup7:target,
#popup8:target,
#popup9:target,
#popup10:target,
#popup11:target {
    display: block;
    border: 5px yellow double;
}

.popup,
.popup1,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6,
.popup7,
.popup8,
.popup9,
.popup10 {
    position: absolute;
    z-index: 2000;
    display: none;
    top: 250px;
    left: 300px;
}


.popup a,
.popup1 a,
.popup2 a,
.popup3 a,
.popup4 a,
.popup5 a,
.popup6 a,
.popup7 a,
.popup8 a,
.popup9 a,
.popup10 a {
    position: absolute;
    background: #333;
    color: red;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-family: arial;
    right: 0;
    text-decoration: none;
}


#cache:target,
#cache1:target,
#cache2:target {
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.format{
    
    text-align: center;
}
.format img{
        border-style: groove;
        border-color: goldenrod;
    
}

*/