body
{
  text-align: center;
  background-image: url(./cd_faded.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
}

div.heading
{
  font-weight: bold;
  font-size: 2em;
}

div.showing
{
  font-weight: bold;
  font-style: italic;
  font-size: 1em;
}

.right
{
  text-align: right;
}

.left
{
  text-align: left;
}

table
{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  
  border-collapse: collapse;
  text-align: left;
}

tr.table_heading
{
  font-weight: bold;
}

td
{
  border: solid 1px black;
  padding: 6px;
  height: 1.5em;
}

tr#navbar td
{
  border-top: none;
  border-left: none;
  border-right: none;
}

table#button_bar
{
  border: none;
  border-collapse: separate;
  padding: 0;
  width: auto;
}

table#button_bar td
{
  padding: 6px;
  height: 1.5em;
  margin: 0;
  border: none;
}

table#button_bar td a
{
  color: white;
}

a:link
{
  color: navy;
}

a:visited
{
  color: black;
}


a.button
{
  text-decoration: none;
  display: block;
  /* color: white; */
  background-color: navy;

  padding: 3px;
  border: 1px solid gray;
}

a.button:hover
{
  color: white;
  background-color: #989898;
  border: 1px solid black;
}



