header, footer {
color: white;
	background-color: DarkSeaGreen;

}

#p01 {
    color: GreenYellow;
	font-weight: bold;
}
div.container {
    width: 100%;
    border: 1px DarkSeaGreen;
	background-color: DarkSeaGreen;

}
a {
 color: white;
}

article{
    margin-left: 15%;
    border-left: 1px green;
    padding: 1em;
    overflow: hidden;
	background-color: OliveDrab;
	font-size:18px;
	line-height:2;	
}

article p {color: white;}
div.boardbox {
	width:110;
    height: 180px;
    text-align: center;
    align-items: center;
	font-size:16px;
	margin: 15px;
}

table {
	border: double DarkSeaGreen;
	border-width: 5px;
	font-size:20px;
font-weight: bold;	
}

tr:nth-child(odd){background-color: OliveDrab;}
tr:nth-child(even){background-color: OliveDrab;}
td {
	padding: 0.5em;
}