html {
	margin: 10;
	padding: 0;
	}
body { 
	font: 110% Georgia;
	line-height: 1.88889;
	color: #000000; 
	background: #eee; 
	margin: 0; 
	padding: 0;
	}
code {
	font: 135% courier, sans-serif;
	color: #555753;  
}    
p { 
	margin-top: 0; 
	text-align: justify;
	}
h1 { 
	font: 150% Georgia;
	font-weight: bold; 
	color: black;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:focus, a:active { 
	color: white;
	}
abbr {
	border-bottom: none;
	}


header h1 { 
	background: transparent url(h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;
    
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}	
.button {
  background-color: #652C4F; /* Burgundy */
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  width: 150px;
  
 
}

.button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.button:hover {
  background-color: #FFFFFF;
  color: #652C4F
}
