body {
    font-family: Helvetica, Geneva, Arial, sans-serif;
###    font-family: Garamond, Georgia, Times, serif;
    font-weight: normal;
    font-size: medium;
    color: black;
    background: white;
}

h1 {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
}
h2 {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: large;
    font-weight: bold;
}
h3 {
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
}

textarea { font-family: inherit; }

a:link    { color: #000080; }
a:visited { color: #800000; }
a:active  { color: #0000FF; }

.ingres {
    font-style: italic;
    margin-left: 1em;
}

.author {
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0.5em 1em;
}

.box,.sidebox {
    color: white;
    background-color: #A0A0A0;
    font-size: small;
    border: 1px solid black;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.sidebox {
    width: 33%;
    float: right;
    margin: 0 0 0.5em 0.5em;
}

.bibliography {
    font-size: small;
}

.figure {
    font-size: small;
    font-style: italic;
    text-align: center;
    margin: 2em;
}

.sidefigure {
    font-size: small;
    font-style: italic;
    text-align: center;
    float: right;
    margin: 0 0 0.5em 0.5em;
}

/* http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/ */
.thumbnail {
    position: relative;
    z-index: 0;
}
.thumbnail:hover {
    background-color: transparent;
    z-index: 50;
}
.thumbnail span {
    position: absolute;
    background-color: #A0A0A0;
    padding: 1px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}
.thumbnail span img {
    border-width: 0;
    width: 280px;
}
.thumbnail:hover span {
    visibility: visible;
    top: 10px;
    left: 30px;
}

@media print {
    .nonprint {
	display: none;
    }
}

