h1 {
  font-family: arial;
  font-size: 32px;
  color: blue;
  text-align: center;
}

h2 {
  font-family: arial;
  font-size: 24px;
  color: blue;
  text-align: left;
}

p {
  font-family: arial;
  font-size: 16px;
}

p.banner_image {
	height: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.top_banner {
	width: 100%;
	padding: 15px;
	background-color: black;
}

div.menu {
	width: 100%;
	font-family: arial;
	font-size: 20px;
	background-color: #0000AA;
	color: white;
}

table, th, td {
	font-family: arial;
	font-size: 12px;
	border: 0px;
	text-align: center;
}

table.BoD {
	margin: auto;
	border: 0px;
}

td.BoD {
	width: 170px;
	margin-left: 10px;
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	border: 1px solid;
	text-align: justify;
	vertical-align: top;
}

td.blank {
	padding: 10px;
	border: 0px;
}

img.BoD {
	height: 150px;
	margin-left: 10px;
}

ul {
  list-style-type: none;
  margin: auto;
  overflow: hidden;
  background-color: #0000AA;
  display: flex;
  justify-content: center;
}

ul li {
  padding-left: 10px;
  padding-right: 10px;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #1111FF;
}

div.content {
	margin: auto;
	width: 70%;
	padding: 10px;
}
