body{
	border-style: inset;
	border-width: 10px;
	border-color: #A0522D;
	background-color: #D2B48C;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 23px;
	margin-left: 0.70em;
	margin-right: 0.70em;
}

h1{
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;

}

a:link, a:visited {
  color: #A0522D;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #FFFACD;
}