 body {
  color: #eee2ef;
  font-size: 18px;
  font-family: times;
  background-color: #000000;
}

h1 {
  color: green;
}

a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #ffcc99;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}

#cave {
	background: url("none");
	width: 450px;
	max-width:75%;height:auto;
	border: none;
	font-size: 23px;
	padding: 30px;
	margin-top: 54px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
}