/******************************************************************************

STYLESHEET

*****************************************************************************/  

/* Miscellaneous */

a.products
{
	display: inline;
	padding: 3px 20px 10px 3px; 
	margin-top: 10px; 
	color: #999999; 
	font-size: 11px; 
	font-weight: bold; 
    	FONT-STYLE: normal;
	FONT-FAMILY: Verdana; 
}
a.products:link		
{ 
	color: #999999;
	text-decoration: underline
}
a.products:active
{ 
	color: #000000;
	text-decoration: underline 
}
a.products:visited	
{ 
	color: #999999;
	text-decoration: underline
}
a.products:hover		
{
	color: #000000;
	text-decoration: underline
}
