td.top {
  background-color: #000000;
  text-decoration: none;
  border: 1px solid Red;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

td.note {
  background-color: #000000;
  text-decoration: none;
  border: 1px solid DarkViolet;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

td.bottom {
	background-color: #CCCCFF;
	text-decoration: none;
	border: 1px solid DarkViolet;
	color: DarkViolet;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 300;
	padding: 10 px;
}

td.barry {
	background-color: #CCCCFF;
	text-decoration: none;
	border: 1px solid DarkViolet;
	color: Navy;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 600;
	padding: 8 px;
}

