.black-background {
	background-color: black;
}
.white-text {
	color: white;
}
.red-text {
	color: red;
}
.gray-text {
	color: #909095;
}
h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 64pt;
	font-weight: bold;
		text-align: center;
}
h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16pt;
		text-align: right;
}
h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16pt;
		text-align: right;
}
li {
	list-style-type: none;
	text-align: center;
}
body {
   background-image: url("redflower.jpeg");
   background-color: #cccccc;
	margin: 10;
	padding: 10;
	background-color: black;
	color: white;
}
p {
	text-align: center;
	font-size: 17pt;
	font-weight: bold;
	font-style: italic;
	color: #909095;
}
a:hover {
	background-color: red;
	color: white;
}
a {
	color: #909095;
	text-decoration: underline;
	border-radius: 10px;
}
	img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}