/* A dot before a selector indicates a class;
   a # before a selector indicates an id.
   
   A class can be used widely, but an id can be used only once in an HTML document. */

body {
  align: center; /* Read up on horizontal alignment and fix this; then remove the <center> tag-pair from the HTML */
}

h2.subhead {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cc3366;
  font-style: italic;
}

td.header {
  background-color: #ffffff;
  text-align: center;
  vertical-align: top;
}

td.day {
  background-color: #eeeeff;
  text-align: center;
  color: #113366;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 125%
}

td.colhead {
  background-color: #ffffff;
  text-align: center;
  color: #003366;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

td.listing {
  background-color: #ffffff;
  text-align: center
  color: #003366;
}

td.dayfoot {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  color: #003366;
}

td.divider {
  background-color: #ccccd3;
}

/* Contents below this line were found in place when I took over as webmaster */

body {
	background-color: #ccccd3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#MenuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 30px;
	width: 100%;
	text-align: center;
}
.Black a {
	color: #000000;
}
.Black a:hover {
	color: #666666;
}
.White b {
	font-size: 10px;
	font-weight: bold;
}
.White a {
	color: #FFFFFF;
}
.White a:hover {
	color: #8CC5FD;
}
#InfoTable {
	font-size: 14px;
	border: 1px solid #6699CC;
}
#InfoTable .Day {
	font-size: 18px;
}
#InfoTable .Center {
	text-align: center;
}
#InfoTable th {
	background-color: #6699CC;
	text-align: center;
}
#InfoTable td {
	text-align: left;
}
#NavBar {
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 14px;
}
#Footer {
	font-size: 14px;
}
#Footer a {
	text-decoration: underline;
}
#HoursTable {
	font-size: 14px;
	text-align: center;
}
#HoursTable .Bold {
	font-weight: bolder;
}
a {
	text-decoration: none;
}
#body {
	margin: 10px;
	padding: 10px;
}
