body	{ font-family: "Sen",tahoma,geneva,sans-serif; line-height: 1.7em; }

/*td,span,div	{ color: #ffffff; }*/

.navleft	{ color: #000066; }
a.navleft:link, a.navleft:visited {
    color: #000066;
    text-decoration: none
}
a.navleft:hover, a.navleft:active {
    color: #444466;
    text-decoration: underline
}

a:link, a:visited {
    color: #000066;
    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%;
    }
}