
body {
		/* font-family: palatino, georgia, times new roman, serif; */
		font-family: verdana, arial, sans-serif;
}

h1 {
	text-align: center;
/*	text-shadow: 2px 2px 3px white; */
}

div#body p {
	text-indent: 2em;
	text-align: justify;
	line-height: 150%; 
}
blockquote p {
  text-indent: 0;
}
div#body input {
	text-indent: 0em;
}
blockquote {
	font-style: italic;
}
blockquote p {
  text-indent: 0;
}
sup {
	font-size: 65%;
}

.floatleft {
	float: left;
	clear: left;
/*	text-align: left; */
	vertical-align: bottom;
}
.floatright {
	float: right;
	clear: right;
/*	text-align: right; */
	vertical-align: bottom;
}
.floatnormal {
	clear: both;
}
.imagefloatleft {
  float: left;
  margin-right: 5px;
}
.imagefloatright {
  float: right;
  margin-left: 5px;
}

div#footer p {
	font-size: smaller;
	text-align: center;
}


