body {
  font-family: Garamond, serif;
  color: White;
  background-color: White;
  background-image: url(shirt.png);
  background-repeat: no-repeat;
  background-position: center top;
}

a, a:link {
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-weight: 600;
	text-decoration: underline;
  color: #000000;
}
a:visited, a:focus, a:active {
	text-decoration: none;
	color: #000000;
}







