html, body {
	margin: auto;
	padding: 0;
}
#page-container {
	width: 65%;
	margin: auto;
	background: url(https://www.richardbees.ca/images/RECEIPT.gif);
	}
body { /*background-color: #003366;*/
	background-image: url(https://www.richardbees.ca/images/prplglas.gif);
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: ;
	color: blue;
	text-align: center;
	}

.a {
	text-indent: 50px;
	line-height: 1.5;
	word-spacing: normal;
	letter-spacing: 1%;
}

.b {
	text-indent: none;
	line-height: 1.5;
	word-spacing: normal;
	letter-spacing: 1%;
}

h1 {
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 30px;
	color: blue;
	text-align: center;
	
}

h2 {
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 25px;
	color: blue;
	text-align: center;
}

h3 {
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	color: blue;
	text-align: center;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa:active {
  background-color: #666699;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
.sign {
	font: 25pt "Monotype Corsiva";
	 color:blue;
	text-align:center;
	text-decoration: bold;
}

/* Style the header */
.header {
    background-color: 0;
    padding: 50px;
    text-align: center;
}


p {
    border-style: double;
    border-color: navy;
    border-width: 8px;
    padding: 20px;
}

#content {
	font: 10pt "Monotype Corsiva";
	 color:blue;
	text-align:center
	
}
.button {
  display: inline-block;
  padding: 5px 12px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #0066ff;
  border-style: solid;
  border-radius: 15px;
  border-width: 2px;
  border-color: brown;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #0099ff}

.button:active {
  background-color: #666699;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}