

body {background-color: tan;}



h1, h2, h3, p, .myImage, .myList {color: #330000;}


h1 {
 text-align: center; font-size: 60px; font-family: "Rye", cursive;
		
		
			}	
			
h2 {
 text-align: center; font-size: 40px; font-family: "Rye", cursive;
		
		
			}	




.myImage {
	max-width: 500px;
	margin: auto;
	border-style: inset;
	border-color: #330000;
	
	}
	
.myLinks { 
	margin: 10px;
	font-size: 20px;
}

.myList {	
	padding-top: 50px;
	max-width: 500px;
	margin: auto;
	border: none;
	font-size: 40px;
}
.myWebmaster {
	padding-top: 50px;
	max-width: 200px;
	margin: auto;
	border: none;
	font-size: 20px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-color: #330000;
  color: #ffc61a;
  text-align: center;
}

<style>
a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
</style>