body {
    margin: 5px;
    padding: 5px;
    height: 95%;
    background: black;
    color: white;
    font-size: 14pt;
    font-family: sans-serif;
}
div.logo {
    text-align: center;
    width: 100%;
    padding-top: 2ex;
    padding-bottom: 2ex;
}

div.logo img {
    text-align: center
}

h1 {
    font-size: 1.1em;
}

div.nav {
    width: 100%;
    text-align: center;
}

div.nav span {
    margin-left: 1ex;
    margin-right: 1ex;
}

div.nav span.setitem {
    font-size: 0.75em;
}

div.nav span form {
    display: inline;
    font-size: 0.9em;
}

div.nav span form input {
    background: black;
    color: white;
}

div.slides, div.top, div.bottom {
    width: 100%;
    height: 40%;
}

div.top, div.bottom {
    overflow: auto;
}

div.anylength {
    width: 100%;
}

div.anylength p, div.anylength ul, div.anylength h1 {
    margin-left: 10ex;
    margin-right: 10ex;
}

div.slides {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

div.slides img {
    vertical-align: middle;
    height: 95%;
    width: auto;
}

div.footer {
    text-align: center;
}

a {
    color: white;
}

span.label {
    font-weight: bold;
}

ul.column {
    width: 45%;
    display: inline;
    float: left;
}

div.images ul.images {
    padding: 0px;
    list-style: none;
}

div.images ul.images < li {
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 20%;
}

div.images div.flickrset {
    border: 0px solid #808080;
    overflow: auto;
}

div.images div.header {
    margin-top: 10%;
}

div.images div.header span.name {
    font-weight: bold;
    font-size: 1.25em;
}

div.images div.header span.description {
    color: lightblue;
    margin-left: 2ex;
}

div.images div.header span.more a {
    margin-left: 1em;
    float: right;
    font-size: 0.75em;
    color: #3993ff;
}

div.images img {
    border: 0px;
}

div.article {
    margin-bottom: 2ex;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dotted white;
    padding-top: 1ex;
    width: 55ex;
    text-align: justify;
}

div.article p {
    padding-bottom: 1ex;
}

div.article div.date, div.article div.link {
    color: lightblue;
}

div.article h1, div.article p, div.article ul, div.article ol {
    margin: 0px;
}

div.article div.body h1 {
    font-size: 0.75em;   
}

div.article div.body h2 {
    font-size: 1em;   
}

div.self_portrait {
    float: left;
    margin-left: 10ex;
    margin-bottom: 1ex;
    margin-right: 1ex;
}
div.credit {
    font-size: 0.5em;
}
