/* General set up for indiv wildlife viewing report */
body 	{font-size: 10pt; 
	font-family: "Arial";
	background: white;
	line-height: 14pt;
	margin-left: 10pt;
	margin-right: 10pt;}

/* Standard cell text in a table */
td
	{font-size: 10pt;
	font-family: "Arial"}

/* Here is the standard heading */
h1 	{font: 14 pt Arial;
	font-weight: bold;
	line-height: 18 pt;
	color: #CC0033;}

/* Smaller heading: general info BROWN*/
h2.intro 		{font: 12 pt Arial;
			font-weight: bold;
			line-height: 18 pt;
			color: black;}


/* Smaller heading: location GREEN*/
h2.location 		{font: 12 pt Arial;
			font-weight: bold;
			line-height: 18 pt;
			color: #008800;}

/* Smaller heading: symbol ORANGE */
h2.symbol		{font: 12 pt Arial;
			font-weight: bold;
			line-height: 18 pt;
			color: #FF3300;}

/* Don't underline links, usual link is blue, visited is purple and active is orange */
	a {text-decoration: none;}
	a:link {color:blue;}
	a:visited {color:purple;}
	a:active {color:purple;}

/* Text for general info about animal BROWN */
	div.animalintro {margin-left: 24pt;
			color: black;
			line-height: 14pt;
			font-size: 10pt;}

/* Text for location info about animal GREEN */
	div.location {color: #008800;
			line-height: 14pt;
			font-size: 10pt;}

/* Text for symbology info about animal ORANGE */
	div.symbol {color: #FF3300;
			line-height: 14pt;
			font-size: 10pt;}

/* Bullet for daffodil page */
	ul.daffodilbullet {list-style-image: URL("daffodilbtn.gif"); 
			   margin-left: 50pt;
			   list-style-position: outside;}
	li.daffodilbullet {list-style-image: URL("daffodilbtn.gif");}










	


