/* HyperLinks */
a:hover {
	color: #003399;
	text-decoration: underline;
	font-weight: none;
}

a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: none;
}

a:visited :hover {
	color: #003399;
	text-decoration: underline;
	font-weight: none;
}

a:active {
	color: #003399;
	text-decoration: underline;
	font-weight: none;
}

a:link {
	color: #003399;
	text-decoration: underline;
	font-weight: none;
}

/* yellowlink hyperlinks */
a.yellowlink:visited {
	color: #ffcc33;
	text-decoration: underline
}

a:visited :hover {
	color: #ffcc33;
	text-decoration: underline;
	font-weight: none;
}

a.yellowlink:link {
	color: #ffcc33;
	text-decoration: underline
}

a.yellowlink:active {
	color: #ffcc33;
	text-decoration: underline
}

a.yellowlink:hover {
	color: #ffcc33;
	font-weight: normal;
	text-decoration: underline
}

TABLE#fixtures {
	table-layout: fixed;
	border: 0px;
	font: 60% Verdana, Arial, Helvetica, sans-serif;
	width: 495px;
}

/* Define the look of the Header line */
TABLE#fixtures TH {
	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #336 1px solid;
	border-right: #336 1px solid;
	background: #669;
	color: #ccc;
	font-weight: normal;
}

/* Common attributes for the body of the table */
TABLE#fixtures TR TD {
	padding: 2px;
	text-align: center;
}

/* Define table cells for yellow rows */
TABLE#fixtures TR.yellow TD {
	border-top: #ccf 1px solid;
	border-left: #ccf 1px solid;
	border-bottom: #44c 1px solid;
	border-right: #44c 1px solid;
	background: #aaf;
	color: #330;
}

/* Define table cells for blue rows */
TABLE#fixtures TR.blue TD {
	border-top: #88a 1px solid;
	border-left: #88a 1px solid;
	border-bottom: #00a 1px solid;
	border-right: #00a 1px solid;
	background: #66c;
	color: #dd8;
}

/* Define hyperlinks for yellow rows */
TABLE#fixtures TR.yellow A {
	color: #009;
}

/* Define hyperlinks for blue rows */
TABLE#fixtures TR.blue A {
	color: #cc0;
}

/* Define table cells for fixtures */
TABLE#fixtures TR TD.white {
	border-top: #444 1px solid;
	border-left: #444 1px solid;
	border-bottom: #000 1px solid;
	border-right: #000 1px solid;
	background: #111;
	color: #fff;
}

/* Change cursor to highlight acronyms */
acronym {
	cursor: help;
}
