body { 
	font-family: courier, serif;
}

div {
	margin: 100px auto;
	text-align: center;
	max-width: 450px;
}

img {
	margin-bottom: 20px;
}

h1 {
	margin: 0 0 40px 0; 
	padding: 0; 
	font-size: 1.25rem;
}

p { 
	margin: 0 auto 20px; 
	padding: 0 20px; 
	font-size: 0.875rem; 
	color: #666;
}

a:link { 
	text-decoration: underline; 
	color: #444;
}

a:visited { 
	text-decoration: underline; 
	color: #444;
}

a:hover { 
	background-color: #ff0000; 
	text-decoration: underline; 
	color: #fff;
}

a:active { 
	text-decoration: underline; 
	color: #444;
}

h1 a {
	padding: 4px 12px;
	display: inline-block;
}

h1 a:link { 
	background-color: #ff0000; 
	text-decoration: none; 
	color: #fff;
}

h1 a:visited { 
	background-color: #ff0000; 
	text-decoration: none; 
	color: #fff;
}

h1 a:hover {
	background-color: #fff; 
	text-decoration: underline; 
	color: #0000ff;
}

h1 a:active { 
	background-color: #ff0000; 
	text-decoration: none; 
	color: #fff;
}

