/* General layout parameters */

body {
	background: oldlace;
	color: black;
	font-family: Times, serif;
	width: auto;
	min-width: 600px;
	max-width: 900px;
}

#head {
	display: none;
}

#navigation {
	display: none;
}

#content {
	background: oldlace;
	border: 0;
	border-top: 10px solid #8a8;
	padding: 0;
	margin: 0;
	width: auto;
}

h1 h2 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: x-large;
	color: #f33;
}
h2 {
	font-size: large;
	color: #f33;
}
h3 {
	font-size: large;
	color: black;
}
h4 {
	font-size: medium;
	color: black;
}

#content ul {
  list-style-image: url(../images/goldbullet.png);
/*
  list-style-position: outer;
*/
}

ol.alpha {
  list-style-type: lower-alpha;
}

tr {
  vertical-align: top;
}
table.twocolumns tr th { width: 50%; }
table.twocolumns tr td {
  width: 50%;
  padding: 0px 10px;
  /* border: 1px dotted purple; */
}
/* td p { margin-bottom: 0px; } */

a:link { color: navy; }
a:visited { color: purple; }
a:active { color: teal; }

img {
	border: 0;
}

dl.songlist dt {
	margin-top: 6px;
}
dl.songlist dd a {
	font-weight: bold;
}
p.reference {
	background: #cdc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: x-small;
	padding: 4px 0;
	border: 0;
	border-bottom: 1px dotted #000;
	margin: 0;
}
p.source, p.comment {
	font-size: small;
}
span.author, span.comment, span.time {
	font-size: small;
}
span.headnote {
	font-weight: normal;
	font-size: small;
}
.center {
	text-align: center;
}
.leftpicture {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: small;
}
.rightpicture {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: small;
}

