html {color: white;

	background-image: url(../back2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
div {
	vertical-align: center;
}
img{
  width:80px;
  height:80px;
  border-radius: 50%;
  object-fit: cover;
}
p {
	font-size: 1em
}
.italic {
	font-style: italic
}
table {
	margin-left: auto;
	margin-right: auto;
}
blockquote.white {
	text-align: center;
	font-style: italic;
	indent: 100px;
	font-size: 20px;
}
blockquote:before {
  font-family: "Times New Roman", Times, serif;
  color: white;
  content: open-quote;
  font-size: 6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
 /* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: grey;
}

/* selected link */
a:active {
    color: grey;
}

