/* this style sheet applies to most corporate pages */


A:link 		{text-decoration: none}		/* unvisited link */

A:visited 	{text-decoration: none}		/* visited link */
                                        
A:hover 	{text-decoration: none;
		color: #CC0033}			/* mouse-over */
