/* Style sheet for "Voices":  pieces transcribed by Pat Pflieger and
available online at merrycoz.org
*/

body {
  background: #cdc8b1;
  color: #000000;
 }

.url {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  background: #cdc8b1;
  color: #8b8970;
 }

.top {
  margin-left: 1em;
  margin-right: 1em;
 }

.content {
  margin:0;
  padding:0 15% 0 15%;
 }

p.p1 {
  text-indent: 2em;
 }

p.p2 {
  text-indent: 0;
 }

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

.title {
  text-align: center;
 }

.heading {
  text-align: center;
  font-size: small;
 }

.poem {
  white-space: pre;
  font-family: serif;
 }

a:link {
  text-decoration: underline;
  background: #cdc8b1;
  color: #8b4500;
 }

a:visited {
  text-decoration: none;
  background: #cdc8b1;
  color: #8b4500;
 }

a:link:hover {
  color: #ffff00;
  background: #8b8989;
 }

#left {
  float: left;
  position: relative;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

#mid {
  margin-bottom: 10px;
  text-align: center;
 }

#right {
  float: right;
  position: relative;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
 }

#clear {
  clear: both;
 }

.bottom {
  text-align: center;
 }

.bottom td {
  text-align: center;
  vertical-align: top;
 }

.bottom a:link {
  text-decoration:underline;
 }

.bottom a:visited {
  text-decoration:none;
 }

.bottom a:link:hover {
  color: #eee9bf;
  background: #8b8989;
 }

hr.bottom {
  margin-top: 1em;
  margin-bottom: 1em;
 }
