@charset "UTF-8";
/* CSS Document */


    a {
        display:block;
        color: #039;
        text-decoration: underline;
    }

    a:hover,
    a:active,
    a:focus {text-decoration:none;}

    span {display:block;}

    img {
        max-width:100%;
        width:auto;
        height:auto;
        margin:1em auto 0;
        display:block;
        border:2px solid transparent;
        padding:2px;
        box-sizing:border-box;
    }

    a:hover img,
    a:active img,
    a:focus img {border-color:#039;}

    #content-core {
        text-align: center;
    }