/* this style sheet applies to all sports and exercise pages */A:link 		{text-decoration: none}		/* unvisited link */A:visited 	{text-decoration: none}		/* visited link */                                        A:hover 	{text-decoration: none;		color:#FF9933}			/* mouse-over */a.white:hover {;}a.white:visited {    color: #0099FF;}
