<!-------default------->
<STYLE type="text/css"><!--
			/* Style sheet rules... */
			A:link 
				{
				color: red;
				text-decoration:underline ; 
				}
				
			A:visited 
				{ 
				color: maroon;
				text-decoration:none ;  
				}
				
			A:hover 
				{
				color: Maroon;
				text-decoration:none ; 
				background-color:#dddddd;
				}
			A:link.menu 
				{
				color: maroon;
				text-decoration:none; 
				}
				
			A:visited.menu
				{ 
				color: maroon;
				text-decoration:none ;  
				}
				
			A:hover.menu 
				{
				color: white;
				text-decoration:none ; 
				background-color:#000000;
				}
						
				
		a:link.reverse 
				{
				color:maroon; 
				font-weight:bold ;
				text-decoration:none ;
				
				}
		a:visited.reverse
				{
				color: maroon; 
				font-weight:bold ;
				text-decoration:none ; 
				 
				}
		a:hover.reverse 
				{
				color:orange; 
				font-weight:bold ;
				text-decoration:none ; 
				
				}
				
		a:active.reverse
				{
				color: pink; 
 				font-weight:bold ;
				text-decoration:none ; 
				
				}
	a:link.secheads 
				{
				color: maroon; 				
				font-weight:bold ;
				text-decoration:underline ; 
				 
				}
		a:visited.secheads
				{
				color: black; 
				font-weight:bold ;
				
				}

		a:hover.secheads 
				{
				color:gold;
				font-weight:bold ;
				text-decoration:underline ; 
				
				}				
		a:active.secheads
				{
				color: gold; 
 				font-weight:bold ;
				text-decoration:underline ; 
				}
		.lastupdate
				{
				font-size:10px ;
				font-weight:bold ;
				color:gray;
				
				}
       .biglist
					{
				font-size:12px ;
				font-weight:bold ;
				color:black;
				
				}
			.CAPTION
				{
				font-family: arial, helvetica, sans-serif, helvetica;
				font-size:13px ; 
				color:000000 ;
				font-weight: italic ;
				}

	
				
			.PUBSTATEMENT
				{
				font-family: arial, helvetica, sans-serif, helvetica;
				font-size:8px ; 
				color:000000 ;
				}
				
			BODY 
				{ 
				margin:5px;
				leftmargin:5px;
				marginheight:5px;
				topmargin:10px;
				background-color:#ccccaa; 
				background-image: url(http://www.longmontfreeu.org/standing/new_tissue.gif);			
				
				font-family: arial, helvetica, sans-serif, helvetica;
			    font-size:12px;
				color:000000 ;

				}
			
			.cal_td {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 11px;
				font-weight:bold;
				list-style-type: upper-roman;
				list-style-position: outside;
				text-decoration:none;
				}
			.cal_td2 {
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 11px;
				list-style-type: upper-roman;
				list-style-position: outside;
				text-decoration:none;
}
				--></STYLE>