.gallery {
    border : 0;
    border-style : none;
    border-color : transparent;
    background-color : transparent;
    font-size : 8pt;
    color : #000000;
    font-family : Arial;
}

a:link .gallery_img{
    border:6px solid #f7f7ef;
    text-decoration: none;
}

a:visited .gallery_img{
    border:6px solid #f7f7ef;
    text-decoration: none;
}

a:hover .gallery_img{
    border:6px solid #e7e7de;
    text-decoration: none;
}

.gallery_page {
    font-size : 12pt;
    color : #ffffff;
    font-family : Arial;
    font-weight : bold;
}

a.gallery_page {
    color : #ffffff;
    text-decoration: none;
}
a:hover.gallery_page {
    color : #d24210;
    text-decoration : none;
}
