a:link {
	color: indianred;
}
a:visited {
	color: salmon;
}
a:hover {
	color: teal;
}
a:active {
	color: lightsalmon;
}


body {
	font-family: sans-serif;
	background-image: url("images/splash.jpg");
	background-repeat: no-repeat;
	margin: 60px;
}
h1 {
	font-family: serif;
	font-size: 50px;
	font-weight: 600;
	color: teal;
}
h2 {
	font-weight: 200;
	font-style: italic;
	color: #918151;
}

p { 
	max-width: 30em;
	font-style: italic;
 }

footer {
	padding-top: 100px;
	font-size: 20px;
	color: teal;
}

li a {
	display: block;
	width: 80px;
	text-decoration: none;
}
ul {
	list-style-type: square;
	color: teal;
}