#head {
	text-align: center;
	color: black;
	font-family: Californian FB, Bookman Old Style, Minion Pro, serif;
	font-size: 70px;
	}
body {
	background-image:	url("images/rivriv.jpg");
	color: white;
	background-repeat: no-repeat;
	}
hr {
	color: black;
	}
#quote {
	color: white;
	font-family:Bookman Old Style, Californian FB, Minion Pro, serif;
	text-align: center;
	font-size: 20px;
	}
#text {
	border-style: dotted;
	border-color: #f7ce29;
	font-family:Bookman Old Style, Californian FB, Minion Pro, serif;
	font-style: bold;
	font-size: large;
	margin-left: 200px;
	margin-right: 200px;
	text-align: left;
	padding-left: 18px;
	padding-right: 18px;
	}

#footer {
	text-align: center;
	font-family: Perpetua, Poor Richard, serif;
	font-size: large;
	color: #f7ce29;
	}
#table {
text-align:center;
}
h1{
text-align: center;
font-family: Californian FB, Bookman Old Style, Minion Pro, serif;
}

a:visited {
	color: white;
	}
a:active {
	color: #f7ce29;
	}
a:link {
	color: black;
	}