	/* this is the style sheet for MLB Design */

body {background-color: #ffffcc;
	color: #000000; /* !not font-color! */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  em;}

A:link     {color: #000000;
		text-decoration: none;}	

A:visited  {color: #000000; /* no need for a visited color */
		text-decoration: none;}

A:active   {color: #000000; /* no need for an active color */
		text-decoration: none;}

A:hover    {color: #000000; /* (blue or) black look good */
		text-decoration: underline;} /* underline not displayed by Netscape 4.6 */



