﻿body
{
	font-family: 'arial, Sans-Serif';
}
.Instruction
{
	font-size:medium;
}
a
{
	font-size:small;	
}
.Gold
{
	background-color:Yellow;
}
.Silver
{
	background-color:#E6E8FA;	
}
.Bronze
{
	background-color:#FF7F00;
}
.ShedAverage
{
	background-color:lightgreen;	
}
.CurrentGrower
{
	border: thin solid #000000;
	font-weight: bold;
}
.Header
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: Yellow;
	text-align: center;	
}
.Cell
{
	text-align: center;	
}
