/* GLOBAL STYLE SHEET FOR autofreelife.info */
/* UPDATED 6/18/03 by fn */

	
	
	p, ul, div, span {
		font-size: 		10pt; 
		font-family: 	Verdana, Helvetica, Arial, san-serif; 
		margin-bottom:	01em;
	}

	.white  {
		color: 	#fff; 
	}
	
	.sm 	{
		font-size:		8pt;
	}

	h1, h2, h3, h4 	{
		font-family:	Arial, Helvetica, sans-serif;
		margin-top:		01em;
	}
	
	
	/* Links */	
	a	{ 
		color:				#ff0;
		text-decoration: 	none; 
	}
	
	a:visited {
		color:				#ff9;
	}
	
	a:hover	{
		color:				#f00;
		text-decoration: 	underline; 
	}
	
	/* Left-hand navigation links */
	a.nav:link	{
		color:				#ff0;
	}
	
	a.nav:visited	{
		color:				#ff9;
	}
	
	a.nav:hover	{
		color:				#f00;
		text-decoration: 	underline;
	}
	
	/* Links on white backgrounds, 'standard' link colors */
		a.standard:link	{
		color:				#00f;
	}
	
	a.standard:visited	{
		color:				#c6c;
	}
	
	a.nav:hover	{
		color:				#f00;
		text-decoration: 	underline;
	}
	

		
	.ab	{
		font-weight:		bold;
	}
	
	a.noul	{
		text-decoration: 	none;
		/*link-color: 		#fff;
		vlink-color: 		#fff;*/
	}
