@charset "utf-8";
.DOYtable {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}


.DOYtable  td {
	text-align: center;
	border: thick solid #FFFFFF;
	vertical-align: top;
	background-color: #59642B;
	padding: 15px;
}



.DOYtable img {
	border: thick ridge #FFFFFF;
}

.ResultsTable {
	text-align: center;
	width: 90%;
	background-color: rgba(89,100,43,1.00);
	margin-left: auto;
	margin-right: auto;
}
.ResultsTable td {
	color: #FFFFFF;
	text-align: center;
	border: thin solid #FFFFFF;
	padding: 5px;
}

.DOYtable td a {
	color: #FFFFFF;
	font-weight: bold;
}

.DOYtable td a:hover {
	color: #945EB1;
	font-weight: bold;
}
