body
{
	/* background-color: #80ff80; */
	background-color: #CCFF99;
	/* background-color: #CCFF99; */
	/* background-color: lightgrey; */
	/* background-color: #79f772; */
	margin: 0;
}
img
{
	border: 0;
}
/* table, th, td
{
	border: 0;
	margin: 0 auto;
} */
/* grid setup */
.grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 100px 200px 75px 900px;
	/* background-color: lightgreen; */
	/* color: grey; */
	margin-right: 10px;
}
.box {
		background-color: #C0C0C0;
		color: maroon;
		font-weight: bold;	
		border-radius: 5px;
		padding: 10px;
		font-size: 150%;
}
.boxA {
		background-color: #C0C0C0;
		color: maroon;
		font-weight: bold;	
		border-radius: 5px;
		padding: 10px;
		font-size: 150%;
}
.item-a {
		grid-column-start: 1;
		grid-column-end: span col4-start;
		grid-row-start: 2;
		grid-row-end: span 2;
}
a
{
	text-decoration: none;
}
.pRes
{
	font-family: 'Courgette';
	font-size: 48px;
	font-weight: semi-bold;
	color: darkblue;
	text-align: left;
	/* margin-left:150px; */
}
}
#headsUp
{
    display: inline-block;
	padding: 0px;
    text-align: center;
	background-color: #009900;
	color: #FFFF00;
	width: 100%;
	height: 75px;
}
article
{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 75px;
    padding: 0px;
}
.Tab80
{
	font-family: "verdana,geneva,arial,helvetica";
	font-size: 40px;
	font-style: italic;
	color: purple;
	text-align: center;
}
.Tab80l
{
	font-family: "verdana,geneva,arial,helvetica";
	font-size: 40px;
	font-style: italic;
	color: purple;
	text-align: left;
}
.Tab80s
{
	font-family: "Arvo";
	font-size: 16px;
	font-weight: bold;
	color: darkblue;
	text-align: left;
}
.boxed3b {
  border: 3px solid black ;
}