body
  {
  font-family: times new roman;
  color: #000040;
  background-color: #ffffff;
  }

p.indent {text-indent: 30pt;}

h1
  {
  color:  #000040;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }

h2
  {
  color:  #000040;
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  }

h3
  {
  color:  #000040;
  text-decoration: underline;
  font-weight: bold;
  font-style: none;
  }

a:link
  {
  color: #000040;
  text-decoration: underline;
  }

a:visited
  {
  color: #808080;
  text-decoration: underline;
  }

a:hover
  {
  color: #0066FF;
  text-decoration: none;
  }

/* Past Shows Tables */

table.shows {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: navy navy navy navy;
	border-collapse: separate;
	background-color: white;
	width: 500px;
	cell-padding: 7px;
}
table.shows th {
	font-size: 18;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: silver;
	-moz-border-radius: 6px 6px 6px 6px;
}
table.shows td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}

/* end Past Shows Tables */