/*
 * pantheon.css
 * Copyright 2009-2012, 2018 William Haddon
 * Permission is granted for any use as long as the above copyright message is
 * retained
 */

body
{
    background-color: #eeffee;
    color: black;
    font-family: sans-serif;
    font-size: 12pt;
    padding-left: 1in;
    padding-right: 1in;
    padding-top: .5in;
    padding-bottom: .5in;
}

a
{
    color: #112288;
}

a:visited
{
    color: #553344;
}

h1
{
    font-family: "URW Bookman L", "Bookman Old Style", Bookman, serif;
    font-size: 220%;
    text-align: center;
    font-weight: bold;
    color: black;
}

h2
{
    font-family: "URW Bookman L", "Bookman Old Style", Bookman, serif;
    font-size: 160%;
    text-align: center;
    font-weight: bold;
    color: #772233;
}

h3
{
    font-family: "URW Bookman L", "Bookman Old Style", Bookman, serif;
    font-size: 130%;
    text-align: left;
    margin-left: 9pt;
    font-weight: bold;
    color: #665522;
}

p.indent1
{
    margin-left: .5in;
}

p.indent2
{
    margin-left: 1in;
}

p.center
{
    text-align: center;
    margin-left: 1in;
    margin-right: 1in;
}

.smallcaps
{
    font-variant: small-caps;
}

img
{
    border-width: 0px;
}

table
{
    border-collapse: collapse;
}

td
{
    border-width: 1px;
    border-color: #888;
    border-style: solid;
    text-align: center;
}

ul.links
{
    list-style-type: none;
}

code
{
    white-space:nowrap;
}
