<!--This cascading style sheet was designed by Jason M. Snouffer
It changes the color of a link when the mouse cursor hovers over that link
--!>


A.ff    {text-decoration: none; color: "blue"; }
A.ff:visited    {text-decoration: none; color: "blue"; }
A:ff.active  {text-decoration: none; color: "blue"; }
A.ff:hover	{color:"red"; }
A:link    {text-decoration: none; font-weight:none; color:"blue"; }
A:visited {text-decoration: none; font-weight:none; color:"blue"; }
A:active  {text-decoration: none; color: "blue"; }
A:hover	{color: "red"; }
