
	body 		{ 	background: white; 
				font-family: arial, verdana, sans-serif; }
		  
	A 		{ 	color: #CC6600; } 
	A:link		{ 	color: #CC6600; } 
	A:visited	{ 	color: #996633; } 
	A:active	{ 	color: #CC0000; } 
	A:hover		{ 	color: #CC0000; } 
	A:hover .button, 
	A:active .button {border:1px; border-thickness: 1px; border-color: white; border-style: solid}

	DIV		{	font-family: verdana, arial, sans-serif; }

	.headline 	{	font-size: 20pt;
				font-weight: bold; 
				text-align: center } 

       	.copy 		{	font-size: 10pt; 
				text-align: left }

	.home		{	font-size: 9pt; 
				text-align: left }

	.button 	{ 	border: 1px; border-thickness: 1px; border-color: black; border-style: solid;}

	
	