p {
    color: #111;
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 14px 0;
    }

p.q {
    color: #006600;
    font-weight: bold;
    padding-bottom: 12px;
    }

p.first:first-letter {
    float:left;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 6px 4px 0 0;
    }

p img {
    float: left;
    margin: 0 12px 12px 0;
    padding: 0;
    }

p img.right {
    float: right;
    margin: 0 0 12px 12px; }

/* LINKS */

a, a:link, a:active {
    color: #0000cc;
    line-height: 14px;
    text-decoration: underline;
    }
a:visited {
    color: #0000ff;
    }
a:hover {
    color: #f00;
    text-decoration: underline;
    }

/* HEADINGS */

h1,h2 {
    color: #333;
    font-family: "arial", serif;
    font-weight: bold;
    }

h5,h6 {
    color: #222;
    font-family: "arial", serif;
    font-weight: bold;
    }

h1 { font-size: 18px; margin-bottom: 16px; }
h2 { font-size: 16px;  margin-bottom: 16px; }
h3 { font-size: 16px;  margin-bottom: 8px; color: #006600; }
h4 { font-size: 14px;  margin-bottom: 16px; color: #C1272C; }
h5 { font-size: 14px;  margin-bottom: 14px; }
h6 { font-size: 12px;  margin-bottom: 14px; }

h4.content { font-size: 12px;  margin-bottom: 2px; color: #006600; font-style:italic; }
a.content {
    color: #333;
    line-height: 14px;
    text-decoration: underline;
    }

/* MISC CONVENIENCES */

strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }

blockquote {
    color:#333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    margin: 18px;
    }

.caps {
    text-transform: uppercase;
    }
.big {
    font-size: 14px;
    }
.small {
    color: #888;
    font-size: 11px;
    font-style: italic;
    vertical-align: bottom
    }
.oldbook {
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px;
    }
.oldbook {
    font-family:"Warnock Pro","Goudy Old Style","Book Antiqua","Palatino",Georgia,serif;
    font-size: 14px;
    }
.note {
    color:#333;
    font-size: 11px;
    font-style: italic;
    margin: 16px;
    }
.mono {
    font-family:"Courier New", Courier, monospace;
    }
.fact {
    color: #444;
    }

