body {
	font-family: "Viner Hand ITC", Verdana, Helvetica, Sans-serif;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 90%;
}
/* this is the style of the pagetitle */

h2 {
	font-size: 140%;
}
/* These styles apply only to the buttons in the gallery navs */

#gallerynav {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#gallerynav td {
	font-size: 90%;
	text-align: center;
	width: 125px;
	background-color: #999999;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #FFFFFF;
}
/* these rules affect the links in the gallery navs */

#gallerynav a {
	text-decoration: none;
	color: #FFFFFF;
}
#gallerynav a:hover {

	text-decoration: none;
	color: #333333;
}


/* this is a vertically formatted slide table */

#slidesvert {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#slidesvert td {
	width: 190px;
	text-align: center;
	font-size: 80%;
}
/* this is a horizontally formatted slide table */

#slideshorz {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#slideshorz td {
	text-align: center;
	font-size: 80%;
}
#pageblock {
	width: 600px;
	text-align: left;
}
