A:hover {
	color : blue;
}

A.Bears, A.Bengals, A.Bills, A.Broncos, A.Browns, A.Buccaneers, A.Cardinals, A.Colts, A.Cowboys, A.Chargers, 
	A.Chiefs, A.Dolphins, A.Eagles, A.Falcons, A.Giants, A.Jaguars, A.Jets, A.Lions, A.Packers, A.Panthers, A.Patriots, 
	A.Raiders, A.Rams, A.Ravens, A.Redskins, A.Saints, A.Seahawks, A.SF49ers, A.Steelers, A.Texans, A.Titans, 
	A.Vikings{
	font-family : "Times New Roman", Times, serif;
	font-size: 16px;
	color: black;
	text-decoration : none;
	font-weight : bold;
}

A.Bears:hover {text-decoration : underline; color: #001C39;}
A.Bengals:hover {text-decoration : underline; color: Black;}
A.Bills:hover {text-decoration : underline; color: #296194}
A.Broncos:hover {text-decoration : underline; color : #000042;}
A.Browns:hover {text-decoration : underline; color : #EF7D10;}
A.Buccaneers:hover {text-decoration : underline; color : #BD0839;}
A.Cardinals:hover {text-decoration : underline; color : #A50039;}
A.Colts:hover {text-decoration : underline; color : #21386B;}
A.Cowboys:hover {text-decoration : underline; color : #10285A;}
A.Chargers:hover {text-decoration : underline; color : #003063;}
A.Chiefs:hover {text-decoration : underline; color : #CE0021;}
A.Dolphins:hover {text-decoration : underline; color : #007984;}
A.Eagles:hover {text-decoration : underline; color : #00414A;}
A.Falcons:hover {text-decoration : underline; color : Black;}
A.Giants:hover {text-decoration : underline; color : #00497B;}
A.Jaguars:hover {text-decoration : underline; color : #007994;}
A.Jets:hover {text-decoration : underline; color : #21594A;}
A.Lions:hover {text-decoration : underline; color : #0069B5;}
A.Packers:hover {text-decoration : underline; color : #003829;}
A.Panthers:hover {text-decoration : underline; color : #009ED6;}
A.Patriots:hover {text-decoration : underline; color : #213C84;}
A.Raiders:hover {text-decoration : underline; color : Black;}
A.Rams:hover {text-decoration : underline; color : #001842;}
A.Ravens:hover {text-decoration : underline; color: #291C52;}
A.Redskins:hover {text-decoration : underline; color: #7B0029;}
A.Saints:hover  {text-decoration : underline; color: Black;}
A.Seahawks:hover  {text-decoration : underline; color: #39517B;}
A.SF49ers:hover  {text-decoration : underline; color: #A50039;}
A.Steelers:hover {text-decoration : underline; color: Black;}
A.Texans:hover {text-decoration : underline; color: #002039;}
A.Titans:hover {text-decoration : underline; color: #6B9ECE;}
A.Vikings:hover {text-decoration : underline; color: #310452;}

TD {
	font-family : "Times New Roman", Times, serif;
	/*font-size : 14 px;*/
	color : #000000;
}

TD.Title {	
	font-size : 20 px;
	color : #FFFFFF;
	font-weight : bold;
	background : Black;
}

TD.AFC {	
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
	background : #CC0033;
}

TD.NFC {	
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
	background : #003399;
}

.GreyRow{
	background : #D3D3D3;
}

.Copyright{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #CC6600;
}

.Invis {
	DISPLAY: none; 
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 100%; 
	POSITION: absolute; 
	TOP: 0px
}