/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           unnamed stylesheets in use throughout IT Works   **
**           Solutions' web pages.                            **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	body
	{
		color:				white;
		background-color:		#000065;
	}




/**/	a,
/**/	a:link,
/**/	a:hover,
/**/	a:visited
	{
		color:				white;
		text-decoration:		none;
	}




/**/	a:hover
	{
		text-decoration:		underline;
	}
