/* Copyright 2011 James Sterngram. All Rights Reserved. */

body {
  font-family: georgia, arial, sans-serif;
}

.bodycontainer {
margin-left: auto; margin-right: auto; max-width: 750px; min-width: 150px;
}

table.tophead {
 border-collapse: collapse;
 width:100%;
}

table.blueline {
 border-collapse: collapse;
 border-spacing: 5px;
}

td.blueline {
 background-color: #0c72a9;
 text-align: center;
 height: 10px;
}

h1 {
font-style: italic; margin-left: 7%; margin-right: 7%; margin-top: 5px; margin-bottom: 5px; text-align: center; font-weight: normal;
}

h2,h3,h4,h5 {
  font-style: italic; margin-left: 7%; margin-right: 7%; text-align: center;
}

.normal {
font-style: normal;
}

.header /* All headers except index page */
{
text-align: right; margin-top: 5px; margin-bottom: 5px; font-weight: normal;
} 

p {
margin-left: 7%; margin-right: 7%;
}

.centered {
text-align: center;
}

.zeroabove {
margin-top: 0px;
}

.zerobelow {
margin-bottom: 0px;
}

a {
font-weight: bold;
}

a:link {
color: #0c72a9;
}

a:visited {
color: #0c72a9;
}

a:hover {
color: #00bfff;
}

a:active {
color: #0c72a9;
text-decoration: none;
}

a.nounderline {
text-decoration: none;
}

a.button /* For 'I agree' on Download page */
{
background: #eee; border: 2px outset #555; font-size: larger; padding: 3px;
}

.moremargin /* crawler-visible blockquotes */
{
margin-left: 10%; margin-right: 10%;
}

table.center {
margin-left: auto; margin-right: auto; text-align: center; width: 100%;
}

th,td.topmenu {
width: 12%;
}

th,td.lowerlinks {
width: 15%;
}

.authorpic {
float: left; margin-right: 3%; margin-bottom: 1%; width: 30%
}

.coverpic {
width: 45%;
}

.lowerlinks a {
font-weight: normal;
}

.footer {
text-align: center; margin-bottom: 0px; font-size: small;
}

.poem {
margin-left: 10%; white-space: nowrap; white-space: pre;
}

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

.nowrap {
white-space: nowrap;
}

.pre {
white-space: pre;
}

.rights {
white-space: pre; text-align: center; font-size: small;
}
.bluetype {
color: #0c72a9
}

img.noborder {
border: 0;
}