TABLE.competition {
	border-width: thick;
	border-style: double;
	border-color: black;
	font: 13px Verdana, sans-serif;
}

TABLE.competition THEAD {
	background-color: red;
	color: black;
	font-weight		: bold;
}

TABLE.competition THEAD TH {
	text-align		: center;
}

TABLE.competition TBODY {
	background-color: Lime;
	color: Black;
}

TD.trophy {
	text-align: left;
}

TD.winners {
	text-align: left;
}

TD.date {
	font-weight: bold;
	text-align: left;
}

TD.prov {
	font-style		: italic;
}

TD.tba {
	font-size		: small;
	text-align		: center;
}

TD.visitors {
	text-align		: center;
}

TABLE.calendar {
	font-family: "Courier New", Courier, monospace;
	background-color: White;
	color:inherit;
	border:2px solid black;
}

TABLE.calendar A:link,
TABLE.calendar A:active,
TABLE.calendar A:visited {
	color:blue;
	background-color:inherit;
}

TABLE.calendar TH {
	background-color: #90EE90;
	color:inherit;
}

TABLE.calendar TD {
	vertical-align: top;
}

TABLE.calendar SPAN.closed {
	font-weight: bold;
	color:red;
	background-color: inherit;
}

