/* Hierarchical headers. */

h1				{
					font-family: "papyrus", "textile", "impact", "verdana", "arial";
					font-size: 24px; line-height: 27px; color: #000000;
				}

h2				{
					font-family: "papyrus", "textile", "impact", "verdana", "arial";
					font-size: 18px; line-height: 21px; color: #FF9999;
				}

h3				{
					font-family: "papyrus", "textile", "impact", "verdana", "arial";
					font-size: 14px; line-height: 17px; color: #000000;
				}


/* Regular text.  (Always use a <p> or <ul> tag for text, even in table cells.) */

p				{
					font-family: "papyrus", "textile", "impact", "verdana", "arial";
					font-size: 12px; line-height: 18px; color: #000000;
				}

/* Alternative sizes for non-header text. */
			
				
.big			{
					font-size: 36px; line-height: 41px;
				}
