body, h1, ul {
	font-family: Georgia, serif;
}
a:link {
	color: navy;
}
a:active {
	color: red;
}
a:visited {
	color: black;
}
