font-face {
  font-family: Canterbury; /* set name */
  src: url(Canterbury.ttf); /* url of the font */
}
Body{
  padding: 10px;
	font-family: 'MS PGothic', 'Canterbury', sans-serif;
	color: Black;
  
  background-image: url(/Images/Pirate404.png);
  image-rendering: pixelated;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: 100%;
  text-align: center;
}

h1 { 
  font-family: 'Canterbury';
	font-size: 5rem;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: 0px;
}
p {
  font-family: 'Canterbury';
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: -5px;
}

a {
  font-family: 'Canterbury';
  font-size: 2rem;
	letter-spacing: 2px;
	font-weight: normal;
	color: darkred;
}

a:hover, a:focus {
	font-style: italic;
}
a:visited {
	color: purple;
}