BODY {
  font-family: "Comic Sans MS";
  margin-right: 20px;
  margin-left: 20px;
  background-color: #efFFFF;
}

H1 {
  color: blue;
}

TD {
  font-family: "Comic Sans MS";
}

H2 {
  font-family: "Comic Sans MS";
  color: blue;
}

H3 {
  font-family: "Comic Sans MS";
}

P {
  font-family: "Comic Sans MS";
}

UL {
  font-family: "Comic Sans MS";
}

#menu {
}

.button {
	height: 70px;
	width: 170px;
	font-family: "Comic Sans MS";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 55px;
	color: #0000ff;
	/* line-height: 26px; */
	background-image: url(graphics/buttonbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.button a:link {
	text-decoration:none;
	color: #0000ff;
}
.button a:visited {
	text-decoration:none;
	color: #0000ff;
}
.button a:hover {
	text-decoration:none;
	color: #000000;
}
.current_page {
	font-size: 14pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

