body {
	background-color: #F0F8FF;
	color: #2d2d2d; /* off-black */
	font-family: 'Crimson Pro',serif;
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 2px slategray;	
}

a {
	color: #7D74FF;
}
a:hover {
	color: darkslategray;
}
h1 {
	font-size: 48px;
	font-weight: bolder;
}

h2 {
	font-size: 24px;
	font-weight: bolder;
}

h3 {
	font-size: 22px;
	font-weight: bolder;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: lighter;
}

table {
	margin: auto;
}

td {
	font-weight: lighter;
	padding: 4px;
}

.inset-image {
	float: left;
  position: relative;
/*  top: -0.5em;*/
  bottom: -0.5em;
  margin-right: 0.5em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.shady {
	text-shadow: 1px 1px 2px slategray;	
}