html, body {
	margin: auto;
	padding: 0;
}
/* Insert the url address for the page you want. */
#page-container {
	width: 65%;
	margin: auto;
    background-color: #999999;

}
body { background-image:  url("https://www.richardbees.ca/images/blugreen.jpg");
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: yellow;
	text-align: center;
	  
}

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

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

h3 {
	font-family: "Lucida Calligraphy", Arial, Helvetica, Verdana, Sans-serif;
	font-size: 18px;
	color: yellow;
	text-align: center;
}

.sign {
	font: 15pt "Monotype Corsiva";
	 color: yellow;
	text-align: center;
}

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

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

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

.button:hover {background-color: #339933}

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