body {
	font-family: Sans-Serif;
}
.title {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
.subtitle {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}
.author {
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.date {
	text-align: center;
	font-weight: bold;
}
.caveat {
	font-weight: inherit;
	text-align: center;
}
.contents {
	text-align: center;
	font-size: x-small;
}
.contents a {
	text-decoration: none;
}
.contents a:hover{
	text-decoration: underline;
}
.p, .speech {
	margin-left: 50px;
	margin-right: 50px;
}
.speech {
	text-indent: 40px;
}
.divider {
	text-align: center;
	font-weight: bold;
	font-size: x-large;
}
.minorDivider {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.subHeading {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.copyright {
	text-align: center;
	font-size: xx-small;
}
.footnote {
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
	text-align: center;
}
.top
{
	margin-top:-24pt;
}