/* Hierarchical headers. */

h3				{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 24px;
					line-height: 24px;
					color:#2F0606;
				}
				
h4				{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 18px;
					line-height: 24px;
				}

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

p				{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 16px; 
					line-height: 22px;
				}

/* Alternative sizes for non-header text. */

.headertext		{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 13px;
				}

.headlinetext	{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 12px;
					font-style: italic;
				}
				
.captiontext	{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 12px;
					font-style: italic;
				}
				
.linktext		{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 15px;
				}
				
.footertext		{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 13px;
				}
				
.secondary		{
					font-family: "Garamond", "ITC Garamond", "Georgia", "serif";
					font-size: 15px; 
					line-height: 20px;
				}

