body {
	background-color: #eb3;
	font-family: Cochin, Baskerville, Georgia;
	font-size: 16pt;
}
blockquote { 	font-family: Cochin, Baskerville, Georgia }
img {
    border:5px solid black;
}
a img {
    border:5px solid #f63;
}
iframe { width: 99%; height:480px }
.supertitle {
    font-family: "Humana Serif ITC TT-Medium";
    font-weight:bold;
	font-size:36pt;
	text-align: center;
	color: black;
}
.center {
    text-align: center;
	}
.sidebar {
	float: right;
	border: dashed #eb3 2px;
	font-family: verdana;
	font-size: 70%;
	background-color: #eee;
	padding: 3pt 1ex;
	width: 25%;
}
#body {	
	background-color: ivory;
	margin: 0 6%;
	padding: 3px
}

a:link {
	color: #063;
}
a:visited {
	color: black;
}
.photo {
  margin:5px;
  border:solid black 1px;
  padding:3pt 1ex;
  font-family: trebuchet ms, helvetica, arial, sans-serif;
  font-size:70%;
  text-align: center;
  background-color:white;
  clear:both;
}
.photo img { margin-bottom: .25ex }
.quote {
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	font-size: .85em;
}

