/* General settings for the entire site*/

BODY 
	{
	background: url(1708.gif) #FFFFFF scroll; 
	color: #000000;
	margin: 18px
	}	

		
/* standard links */
A:link 
	{
	color: #000000;
	text-decoration: underline;
	}
A:visited 
	{
	color: #000000;
	text-decoration: underline;
	}
A:active 
	{
	color: #000000;
	text-decoration: underline;
	}
A:hover 
	{
	color: #000000;
	text-decoration: underline;
	}



