body {
    padding: 0;
    margin: 0;

    width: 100%;
    height: 100%;

    font-family: "Lucida Grande",Verdana,Geneva,sans-serif;
    font-size: 90%;
}

h1 {
    font-size: 120%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 115%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

hr {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: solid thin silver;
}

a.external {
    background: url('../img/external.png') center right no-repeat;
    padding-right: 12px;
    color: green;
}

a.external:visited {
    color: darkgreen;
}


img.thumb {
    max-height: 3em;
    margin-right: .2em;
}

img.thumb:hover {
    max-height: 10em;
    
    z-index: 20;
}

.more {
    display: none;
}

.morebutton {
    margin:0;
    padding:0;
    list-style: none;
    color: grey;
    cursor: pointer;
}

.contentwrap {
    width: 100%;

    position: absolute;
    top: 6em;

    margin: 0;
    padding: 0;
}

#content {
    height: 100%;
    height: 100%;
    margin: 0;
    padding: .5em;
}
