body {
	background-color: #CCFF99;
	text-align: left;
	width: 800px;
	border: 0;
	cellpadding: 2;
	cellspacing: 10;
	font-size: 18px;
}
.body-middle {
	background-color: #CCFF99;
	text-align: left;
	width: 800px;
	padding: 4px;
	border: 0;
	cellpadding: 2;
	cellspacing: 10;
	font-size: 30px;
}
#headsUp {
    display: inline-block;
	padding: 0px;
    text-align: center;
	background-color: #009900;
	color: #FFFF00;
	width: 100%;
	height: 75px;
}
article
{
	display: inline-block;
	margin-left: 5px;
	margin-top: 10px;
    padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
}
.button-yellow {
  background-color: #ffff99; /* Yellow */
  border: none;
  border-radius: 25px;
  color: blue;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.button-green {
  background-color: #009900; /* Green */
  border: none;
  border-radius: 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.button-red {
  background-color: #F90514; /* Red */
  border: none;
  border-radius: 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
hr.vmck1 {
  border: 1px solid black;
}
hr.vmck2 {
  border: 2px solid black;
}
.Arvo16Blleft
{
	font-family: "Arvo";
	font-size: 16px;
	/* font-weight: bold; */
	color: black;
	text-align: left;
}
.Arvo30Blleft
{
	font-family: "Arvo";
	font-size: 30px;
	/* font-weight: bold; */
	color: black;
	text-align: left;
}
.Arvo30Grleft
{
	font-family: "Arvo";
	font-size: 30px;
	/* font-weight: bold; */
	color: #0BDA51;
	text-align: left;
}
.ver24
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
}
.ver16
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
}

.tLarge table,
.tlarge ul {
  table-layout: fixed;
  width: 800px;
  /* border: 1px solid red; */
}

td, th {
  border: 1px solid blue;
  font-family: Montserrat;
  font-size: 36px;
  width: 300x;
}
img {
  padding-left: 2px;
  padding-right: 25px;
}