/* Programmer:	Mark Flury (msflury@hotmail.com)
   Date:	February 20, 2004
   Name:	default.css
   Purpose:	This style sheet adds an underline to all hyperlinks when moused over. */


A:hover {text-decoration:underline; {color:#FFFFFF;}
A  {text-decoration:none; color:#FFFFFF;}


//© 2005 Mark Flury.  All Rights Reserved. 