body {
	text-align: center;
	background: White;
	color: Gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {
	font-size: 120%;
	text-align: center;
}

p {
	text-align: center;
}

a {
	color: Teal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: Teal;
}

a img {
	border: solid 1px White;
}

a img:hover {
	border: solid 1px Teal;
}
