﻿/* CSS text */
a                     {text-decoration: none }
a:link               {color: #A79B7B;}
a:visited           {color: #A79B7B;}
a:hover            {color: gold;}
a:active            {color: #FFC }
a:visited:hover  {color: gold}

h6   {
	font-family: times, "Times New Roman", serif; 
	font-variant: small-caps; 
	line-height: 1.3em; 
	letter-spacing: 1; 
	margin: 0px; 
	color: #EFEFD6;
	font-weight: lighter;
	}
h5   {
	font-family: times, georgia, "georgia ref", "Times New Roman", serif;
	line-height: 1.3em; 
	letter-spacing: 1; 
	margin: .7em 0px 2px 0px; 
	color: #A79B7B;
	font-weight: 600; 
	font-size: 110%;
	}
h4                  {
	font-family: georgia, "georgia ref", times, "Times New Roman", serif; 
	line-height: 1.3em; 
	letter-spacing: .1em; 
	margin: 0px; 
	color: #EFEFD6;
	font-weight:600; 
	font-size: 110%
	}
h3                  {font-family: georgia, "georgia ref", times, "Times New Roman", serif; line-height: 1.3em; font-variant: small-caps;letter-spacing: 1px; margin: .5em 0 0 0; color: #A79B7B;
                       font-weight: 600; font-size: 120% }
h2                   {font-family: times, georgia, "georgia ref", "Times New Roman", serif; font-variant: small-caps; line-height: 1.3em; letter-spacing: 1px; margin: .5em 0 0 0; color: #A79B7B;
                       font-weight: 600;font-size: 130% }
h1                   {font-family: times, Georgia, "georgia ref", "Times New Roman", serif; font-variant: small-caps; line-height: 1.3em; letter-spacing: .5px; margin: 0px; color: #A79B7B;
                       font-weight:600; font-size: 170% }

p                     {font-family: "Times New Roman", Times, serif; font-size: 14px; line-height: 1.4em; color: #EFEFD6; margin: 0 0 .5em 0; letter-spacing: 0.1px;}

ul	{
	padding: 1px  2px 2px 1em; 
	margin: 1px 5px 0px 1em;
	list-style-image:url('../images/bullet-ivy.gif')
	}
li	{
	margin: 1px 2px 2px 0px; 
	letter-spacing: .1px }
