<style>

h1.logo {font-family: calibri, sans; font-size:40px; text-align:center;}
h2.logo {font-family: calibri, sans; font-size:20px; text-align:center;}
h3 {font-family: calibri, sans; font-size:16pt;text-align:center;}

.msgbox {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  color:red;
  font-weight:bold;
  padding-top:0px;    
}

body {font-family: calibri, sans; font-size:large; margin:50;  margin-top:2px; margin-right:100px; width:90%; 
}

.credit {font-size:small;font-style:italic;}

.JKlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  padding-top:0px;    
}
  
.flex-container {
  display: flex;
  background-color: #f1f1f1;
  height:50px;
  width: 600px;
  margin:auto;
  justify-content:center;
  margin-bottom:0px;
}

.flex-container > div {
  background-color: #444444;
  color: white;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}
 A:link {text-decoration: none; font-weight:bold; color:#555555}
  A:visited {text-decoration: none; font-weight:bold; color:#AAAAAA}
  A:active {text-decoration: none; font-weight:bold; color:black}
  A:hover {text-decoration: underline; color: #aaaaaa; font-weight:bold}

img {padding:10px}
.AHCMC {padding:0px; margin:0px;}


</style>
