.Hawkwood {
	font-size:30pt;
	background-color:#5B5858;
	text-align:center;
	border: 6px ridge grey;
	border-collapse: separate;
	border-spacing: 5px;
}
.Hawkwood img {
		float:right; 
		margin:0 0 5px 10px;
}
.indexTable {
	margin: 0 auto;
	margin-right:auto;
	width:50%;
	color:white;
	background-color:black;
}
.leftbox{
	width:39%;
	height:150px;
	background-color:#222222;
	color:red;
	font-size:0.8em; 
	font-style:normal;
	border:3px solid white;
	padding:5px;
}
.rightbox{
	width:39%;
	background-color:#222222;
	color:#eeeeee;
	font-size:0.8em; 
	font-style:normal;
	border:3px solid white;
	padding:5px;
}
.IndexImage{
	padding:3px;	
	text-align:center;
	border:3px solid white;
}
a:link, a:visited {
	color:white;
	font-size:0.9em;
	font-weight:800;
	font-style:normal;	
	text-decoration:none;
	font-family:Calibri, sans-serif;
}
.image-with-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.image-with-text img {
  margin-right: 20px; /* adjust as needed */
}  
