﻿body {
    background:  white;
    font-family: "Garamond";
    font-size:   10pt;
}

hr {
    border: 1px inset
}

/*
a:after
{
content:' [' attr(href) '] '
}
*/

#header {
    /* border:solid thin gray; */
    text-align:  center;
    font-size:   large;
    font-weight: bold;
    margin:      5px;
}

#body-col {
    /* border: solid thin gray; */
    margin: 0px 0px 0px 0px;
}

#body-col img {
    height: 80%;
}

#revision-history {
    /* border: solid thin gray; */
    margin: 0px 0px 0px 0px;
}

#revision-history dt {
    font-size: x-small;
}

#revision-history dd {
    font-size: x-small;
}

#clear {
    clear: both;
}

#footer, #navigation, #nav-top { display : none; }
