body {
	font-family: Liberation Serif, serif;
	background: #809e9e;
}

/* accesibility (I spelt that wrong): link hovers */
a:hover{
color: #006969; /* nice */
}

/* homepage header styling */
header.home { 
text-align: center;
max-width: 500px;
margin: auto;
}

a {
color: #033f3f;
}
hr {
border: 1px solid #637373;
}

h1 {
color:#b23000;
text-shadow:2px 2px 0 #004040;
}