body {
    font-family: serif;
    font-size: 80%;
    color: #111111;
    background-color: #EEEEEE;
    }

a {
    text-decoration: none;
    font-weight: bold;
    color: #111188;
    }

a:hover{
    color: #881111;
    }

h1, h2{
    text-align: center;
    }

h1.list, h2.list, h3.list, h4.list, h5.list {
    text-align: left;
    margin-bottom: -1em;
    }

ul.none, li.none, ul.none li {
    list-style-type: none;
    }

span.small {
    font-size: 80%;
    }

div.center {
    text-align: center;
    }

div.container {
    margin: 20px 10px;
    border: 1px dashed;
    padding: 10px;
    }

div.header {
    }

div.title {
    }

p.title {
    }

div.subtitle {
    }

p.sitedesc {
    }

div.navbar {
    }

p.navbar {
    }

div.content {
    text-align: justify;
    }

p.cite {
    text-align: right;
    font-size: 70%;
    font-style: italic;
    }

img.left {
    float: left;
    border: solid 1px;
    margin-right: 10px;
    }

img.right {
    float: right;
    border: solid 1px;
    margin-left: 10px;
    }

img.couch {
    border: double 3px;
    margin-bottom: 10px;
    }

a.img, a:hover.img, a:active.img {
    color: inherit;
    }

p.footer {
    }

div.left, p.left {
    float: left;
    }

div.right, p.right {
    float: right;
    }
