body {
  font-family: Arial, sans-serif;
}

h1, h2, h3 {
  font-family: Georgia, sans-serif;
}

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

table.layout {
  width: 100%;
}

td.nav {
  width: 1%;
  vertical-align: top;
  background-color: #ccf;
  padding: 0.1em;
}

td.nav a {
  color: darkblue;
  text-decoration: none;
  display: block;
  padding: 0.1em;
}

td.nav a:hover {
  text-decoration: underline;
}

td.nav a:visited {
  color: darkblue;
}

td.content {
  vertical-align: top;
  padding: 0.5em;
}

div.Speaker, fieldset {
  margin: 0.5em 0.2em;
  padding: 0.5em;
  border: 1px solid black;
  background-color: #eef;
}

div.SpeakerName {
  font: bold 120% sans-serif;
}

div.SpeakerContact {
  font-style: italic;
}

div.SpeakerBio {
  margin: 0.5em 1em;
}

div.SpeakerClass {
  margin-top: 0.5em;
}

div.SpeakerClassSynopsis {
  margin: 0.2em 1em;
}

h1 {
  text-align: center;
}

dt {
  padding-top: 0.5em;
  padding-bottom: 0.2em;
  font-weight: bold;
}

table.catalog {
  width: 95%;
}

table.catalog th {
  background-color: #bbf;
}

table.catalog tr.odd {
  background-color: #ddf;
}

table.catalog tr.even {
  background-color: #ccf;
}
