/* General set up for gift box section */
body 	{font-size: 10pt; 
	font-family: "Verdana";
	background: "white";
	line-height: 14pt;
	margin-left: 30pt;
	margin-right: 30pt;}

/* Indent paragraphs */
p 	{margin-left: 8pt;
	margin-right: 8pt;
	font: 10 pt Verdana}

/* Here is the standard heading */
h1	{font: 14 pt Verdana;
		font-weight: bold;
		line-height: 18 pt;
		margin-left: 8 pt;
		text-align: left;
		color: #C0C000;}

/* Smaller heading: if needed*/
h2.subhead 		{font: 12 pt Arial;
			font-weight: bold;
			line-height: 18 pt;
			color: #660000;}

/* Don't underline links, usual link is blue, visited is purple and active is black */
	a {text-decoration: none;}
	a:link {color:blue;}
	a:visited {color:purple;}
	a:active {color:purple;}

/* Text for general info about animal  */
	div.gentext	 {color: #660000;
			line-height: 14pt;
			font-size: 10pt;}

/* Text for photo caption */

	div.caption	 {color: #660000;
			line-height: 10pt;
			text-align: center;
			font-size: 8pt;}

/* Adjustment to alignment on table cell */

td	{vertical-align: top;}







	


