body {
  text-align: center;
  background-color:lemonchiffon;
  overflow: auto;
}

h1 {
  color: maroon;
  font-weight: bold;
  font-family:'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 36pt;
}

h3 {
  color: maroon;
  font-weight: bold;
  font-family:'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 24pt;
  line-height: 2px;
}

h4 {
  line-height: 1px;
  text-align: left;
  font-family:'Times New Roman', Times, serif;
  font-size: 20pt;
}

article {
  text-align: left;
  padding-left: 20px; 
  font-family: 'Times New Roman', Times, serif;
  font-size: 16pt;
  line-height:100%; margin-top:0; margin-bottom:0;
}

td.table_space {
  padding: 10px;
}

td.ministers {
  text-align: left;
  padding-left: 100px;
}

li {
  text-align: left;
  padding-left: 20px;
}

header {
  position: fixed;
  top: 7px;
  height: 130px;
  width: 99%;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Add a black background color to the top navigation */
nav {
  background-color: #333;
  overflow: hidden;
  width: 98%;
}

/* Style the links inside the navigation bar */
nav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
nav a.active {
  background-color: #4CAF50;
  color: white;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a color to the active/current link */
.subnav .active {
  background-color: #4CAF50;
  color: white;
}

/* Add a red background color to navigation links on hover */
.subnav:hover .subnavbtn {
  background-color: red;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

div {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16pt;
  line-height:100%; margin-top:0; margin-bottom:0;
}

.row {
  display: flex;
}

.col {
  border: solid black;
  padding: 1em;
  flex: 1
}

dt {
  text-align: left;
  padding-left: 5px
}

dd {
  text-align: left;
  padding-left: 5px
}

footer {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16pt;
  line-height:100%; margin-top:0; margin-bottom:0;
  text-decoration: overline;
}

#blink {
  font-size: 20px;
  font-weight: bold;
  color: #2d38be;
  transition: 0.5s;
}
sclimg
{
    max-width: 100%;
    min-width: 300px;
    height: auto;
}