body {
    font-family: "Sen",tahoma,geneva,sans-serif;
    line-height: 1.7em;
    background-color: #000000;
    color: #eeeeee;
    background-image: url("/images/geminiArtNoText30.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    /*    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;*/
}



/*@media (orientation: portrait) {
    body {
        flex-direction: row;
    }
}*/

@media (orientation: landscape) {
    body {
        font-family: "Sen",tahoma,geneva,sans-serif;
        line-height: 1.7em;
        background-color: #000000;
        color: #eeeeee;
        background-image: url("/images/geminiArtNoText30.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        /*    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;*/
    }
}

/*td,span,div	{ color: #ffffff; }*/

.navleft	{ color: #eeeeff; }
a.navleft:link, a.navleft:visited {
    color: #eeeeff;
    text-decoration: none
}
a.navleft:hover, a.navleft:active {
    color: #9999ee;
    text-decoration: underline
}

a:link, a:visited {
    color: #eeeeff;
    text-decoration: none
}
a:hover,a:active	{ color: #cccccc; text-decoration: underline }

.caption	{ font-size: 11px }

h1 { padding-left: 10px; font-size: 2em; font-weight: normal; }

@media only screen and (orientation: portrait) {
    body {
        font-family: "Sen",tahoma,geneva,sans-serif;
        line-height: 1.7em;
        font-size: 200%;
    }
}