<head>
<style>

html {
}

body {
	font-family:georgia,serif;
	margin:0px;
	margin-bottom:3em;
	margin-left:0.5em;
	margin-right:0.5em;
	text-align: center;
	background: lightblue;
	background-image: url("bluerose.gif");
}

p {
	max-width: 640px;
	margin: 0px auto;
	text-align: left;
	margin-bottom:1em;
	background:white;
	padding:0.5em;
	box-shadow: 2px 2px black;
}

.center {
	text-align: center;
}

blockquote {
	font-style:italic;
	max-width: 640px;
	margin: 0px auto;
	text-align: left;
	margin-bottom:1em;
	background:white;
	padding:0.5em;
	box-shadow: 2px 2px black;
}

.video-div {
	max-width: 640px;
	margin: 0px auto;
	margin-bottom:1em;
	background:white;
	padding:0.5em;
	box-shadow: 2px 2px black;
}

iframe {
 	width:100%;
	margin:auto;
}

hr {
	width:1em;
	border:0;
	border-radius: 1em 1em 1em 1em;
	background-color:#FFFFFF;
	margin: 0px auto;
	margin-top:3em;
	margin-bottom:3em;
	height:1em;
}

a {
	color:black;
	text-decoration: underline;
	border-bottom:3px solid yellow;
}

a:hover {
	color:lightblue;
	text-decoration: underline;
	text-decoration-color: yellow;
}

a.clear-link {
	text-decoration:none;
	border-bottom:none;
}

.title-div {
	width:95%;
	margin: 0px auto;
	background:white;
	padding:0.5em;
	padding-bottom:0;
	margin-bottom:1em;
	box-shadow: 2px 2px black;
}

img.cover {
	width:100%;
	height:auto;
	padding:0;
	margin-bottom:0.25em;
	box-shadow: none;
}

.notes-div {
	max-width: 640px;
	margin: 0px auto;
	background:white;
	padding:0.5em;
	box-shadow: 2px 2px black;
	text-align:left;
}

.notes-div p {
	box-shadow: 0px 0px white;
	margin:0;
}

h1 {
	text-align: center;
	margin:0;
	margin-bottom:0.15em;
	font-size:3.5em;
	text-shadow:2px 2px lightblue;
	line-height:0.8em;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size:2.0em;
    text-transform: uppercase;
  }    
}

h1.front-page {
	font-size:6em;
	text-shadow:2px 2px white;
	margin-top:0.15em;
}

h2 {
	text-align: center;
	margin:0.5em;
}

h3 {
	text-align:center;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding-bottom:0.25em;
}

img {
	padding:0.5em;
	width:95%;
	height:auto;
	background-color:white;
	margin-bottom:1em;
	box-shadow: 2px 2px black;
}

figure {
	width:95%;
	padding:0.5em;
	margin:auto;
	padding-bottom:1em;
	margin-bottom:1em;
	background-color:white;
	box-shadow: 2px 2px black;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}

figure img {
	width:100%;
	height:auto;
	box-shadow: none;
	margin-bottom:0;
	padding:0;
}

.header-link {
	color:black;
	text-align: center;
	text-shadow:1px 1px white;
	padding:0.5em;
	font-size:2.0em;
	margin-bottom:1.0em;
	max-width:320px;
	margin:auto;
}

.header-link a {
	border-bottom:0;
	text-decoration:none;
}

.header-link a:hover {
	color:yellow;
	text-shadow:1px 1px black;
	text-decoration:underline;
}

.footer-link {
	color:black;
	text-align: center;
	text-shadow:1px 1px white;
	font-size:1.5em;
	padding:0.5em;
	margin-top:2.0em;
	margin-bottom:0em;
}

.footer-link a {
	border-bottom:0;
	text-decoration:none;
}

.footer-link a:hover {
	color:yellow;
	text-shadow:1px 1px black;
	text-decoration:underline;
}

.cover-div:hover {
	background:lightyellow;
	color:black;
	text-decoration: underline;
	text-shadow:1px 1px yellow;
}

.cover-image {
	width:100%;
	margin:0;
	padding:0;
	box-shadow:none;
	border-bottom:none;
}

.cover-name {
	font-size:1.5em;
}

.cover-subheading {
	text-align: center;
}

.cover-div {
	margin:0;
	padding:0;
	width:45%;
	background:white;
	margin:0.25em;
	margin-bottom:0.5em;
	padding:0.5em;
	box-shadow: 2px 2px black;
	display:inline-block;
	border-bottom:none;
}

</style>
</head>