/* Introduction table cell style */
td.intro
{
  vertical-align: top;
  text-align: center;
  padding: 24px 24px 24px 24px;
  background-color: yellow;
}

/* Image format */
.withborder
{
  border: 2px solid;
}


/* Text Styles */

.leader
{
  font-family: 'Book Antiqua';
  font-size: 48pt;
  font-weight: bold;
  font-style: italic;
  color: red;
}

/* Picture Name Text */
.label
{
  font-family: fantasy;
  font-size: 36pt;
  font-weight: bold;
  font-style: italic;
  color: yellow;
}

.minutes
{
  font-family: 'times roman';
  font-size: 12pt;
}
