
    :root {

    --theme-color: #3C3B6E;
    --theme-color-two: #B22234;
    --footer-bg: #cacbda
    }



    .site-branding {
    align-items: flex-start;
    flex-direction: column;
    }

    .site-branding a:hover {
    color: var(--theme-color-two);
    }

    .site-branding a:visited {
    color: var(--theme-color);
    }

    .site-branding img {
    width: 208px;
    height: 36px;
    }

    .page-header {
    padding: 1rem 0 1rem 0
    }

    p {
    text-indent: 3rem;
    text-align: justify
    }

    a:visited {
    color: #333399;
    }

    .imgcenter {
    margin: 1rem auto 2rem auto;
    max-width: 100%
    }

    .imgcentercaption {
    text-align: center;
    font-size: 90%;
    margin: 1rem auto 0 auto;
    max-width: 95%
    }

    .imgfloat {
    margin: 1rem 1rem 2rem 1rem;
    }

    @media (min-width: 900px) {
    .imgfloat {
    margin: 1rem 1rem 2rem 1rem;
    float: right;
    max-width: 450px;
    clear: both
    }
    }

    .imgrightcaption {
    text-align: center;
    font-size: 90%;
    margin: 1rem auto 0px auto;
    max-width: 95%
    }

    img.half_align {
    height: 500px;
    object-fit:contain
    }

    .imgcenter_half {
    margin: 1rem auto 2rem auto;
    max-width: 95%
    }

    figure img {
    cursor: zoom-in;
    }

    .line {
    border-top: 1px solid var(--theme-color)
    }

    .empty {
    height: 1px;
    }

    table.my {
    border: 1px solid var(--theme-color)
    }

    caption.my {
    font-weight: bold;
    font-size: larger;
    font-variant: small-caps;
    padding-bottom: 1em;
    color: var(--theme-color)
    }

    th.my {
    border: 1px solid var(--theme-color);
    text-align: center
    }

    td.my {
    border: 1px solid var(--theme-color);
    padding-left: 25px
    }

    td.center {
    border: 1px solid var(--theme-color);
    text-align: center
    }

    ul.myul {
    line-height: 175%;
    padding-left: 1rem
    }

    ul.myul li {
    list-style-type: none
    }

    h3.half {
    padding-left: 1rem
    }

    p.half {
    padding: 0 1rem
    }

    div.gorline {
    clear: both;
    margin: 1em 0
    }

    img.gorline {
    height: 1px;
    width: 90%
    }

    table.image {
    caption-side: bottom;
    font-size: 90%;
    width: auto
    }

    table.right {
    margin: 0px 5px 40px 40px;
    width: auto
    }

    img.right {
    margin: 20px 10px 20px 40px
    }

    table.left {
    margin: 0px 40px 40px 5px
    }

    table.tab {
    border: 2px solid #002664
    }

    th.tab {
    border: 1px solid #002664
    }

    td.tab {
    border: 1px solid #002664
    }

    td.tabpad {
    border: 1px solid #002664;
    padding-left: 25px
    }

    img.gorline_big {
    height: 1px;
    width: 98%
    }

    img.gorline_small {
    height: 1px;
    width: 65%
    }

    .align_center {
    position: relative;
    width: 100%;
    }

    .align_center:after {
    content: '';
    display: block;
    clear: both;
    }

    .align_center_to_left {
    position: relative;
    right: 50%;
    float: right;
    }

    .align_center_to_right {
    position: relative;
    z-index: 1;
    right: -50%;
    }
   