/* Style sheet for the subject index & list by title of pieces
transcribed by Pat Pflieger and available online at merrycoz.org
*/

body {
  background-color: #c7bfa1;
  color: #000000;
  padding: 10px;
 }

#kids {
  float: left;
  position: relative;
  background-color: #cacb91;
  color: #8b4500;
  width: 45%;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
  padding: 5px;
 }

#adults {
  float: right;
  position: relative;
  background-color: #cacb91;
  color: #8b4500;
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #cacb91;
  border-style: solid;
  border-width: 1px;
  border-color: #8b4500;
  padding: 5px;
 }

#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;
 }

.contents {
  margin-left: 15px;
  margin-right: 15px;
 }

hr {
  width: 25%;
  margin-top: 1em;
  margin-bottom: 1em;
 }

h4 {
  margin-top: 0;
  margin-bottom: 0;
 }

h5 {
  margin-top: 0;
  margin-bottom: 0;
 }

.contents a:link {
  text-decoration: underline;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.contents a:visited {
  text-decoration: none;
  background-color: #c7bfa1;
  color: #8b4500;
 }

.contents a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.others a:link {
  text-decoration: underline;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  background-color: #f1d161;
 }

.others a:visited {
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  background-color: #f1d161;
 }

.others a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.alpha a:link {
  text-decoration: underline;
  background-color: #c7bfa1;
  color: #8b4500;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
 }

.alpha a:visited {
  text-decoration: none;
  background-color: #c7bfa1;
  color: #8b4500;
  border-right-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
 }

.alpha a:link:hover {
  color: #ffff00;
  background: #400000;
 }

.terms {
  margin-right: 1em;
  border-color: #8b4500;
  border-top-style: solid;
  border-width: 1px;
  padding: 1em;
 }

.sub {
  margin-left: 2em;
 }

.boxed {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 1px;
  padding: 3px;
 }

.big {
  margin-bottom: 10px;
 }

