<!------normal------>
<STYLE type="text/css"><!--
			/* Style sheet rules... */
			A:link 
				{ 
				color: #440000;
				text-decoration:underline ; 
				
				}
			A:visited 
				{ 
				color: #000044;
				text-decoration:underline ;  
				}
			A:hover 
				{
				color:  #0000ff;
				text-decoration:underline ; 
				}
			A:active
				{
				color: #ff9999 ;
				text-decoration:bold ; 
				}		
			a:link.boogiejack 
				{
				color: #ffffff; 
				text-decoration: none;
				}
			a:visited.boogiejack
				{
				color: #ffcc66; text-decoration: none;
				}
			a:hover.boogiejack 
				{
				color: #339999; text-decoration: none;
				}
			a:active.boogiejack
				{
				color: #ff2222; 
				}
			TD
			    {
				font-family:arial, helvetica, sans serif;
				font-size:14px;
				color:maroon;
				}
			.subtitle
			   {
			   font-family:arial, helvetica, sans serif;
			   font-size:14px;
			   color:gray;
			   }
				
			BODY 
				{ 
				background-image: url(http://www.longmontfreeu.org/style/straw_mat.jpg);
				font-family: arial, helvetica, sans-serif, helvetica;
				font-size:12px ; 
				color:#000000 ;
				margin-left:6pt ;
				margin-top:3pt ;
				}
				
		--></STYLE>