@charset "utf-8";
/* CSS Document */


		
html { 
/* 	background-image: url(images/bkgd-start.jpg);  */ 
/* 	background-repeat: no-repeat;  */ 
	}



body {
	background-color: #336633;
	font-family: 'Playfair Display', Arial, Verdana, Helvetica, sans-serif; 
	color: #ccffcc;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

	
/* ---------------- Hyperlinks ---------------- */ 
/* ---------------- Hyperlinks ---------------- */  
/* ---------------- Hyperlinks ---------------- */

a:link{
	color: #99CC99;
	background-color: transparent;
	text-decoration: underline;
}

a:visited{
	color: #99CC99;
	background-color: transparent;
	text-decoration: underline;
}

a:hover{
	color: #F5EB6F;
	background-color: transparent;
	text-decoration: underline;
}

a:active{
	color: #99CC99;
	background-color: transparent;
	text-decoration: underline;
}



h1 a:link{
	color:#F5EB6F;
}

h1 a:visited{
	color:#F5EB6F;
}

h1 a:hover{
	color:#FFFFFF;
}

h1 a:active{
	color:#F5EB6F;
}






/* ---------------- Typography ---------------- */ 
/* ---------------- Typography ---------------- */ 
/* ---------------- Typography ---------------- */ 

h1 { font-family:  'Griffy', Georgia, Times New Roman, Times, serif;  
	font-weight:400;	
	font-size: 300%;
	color:#F5EB6F;
	line-height: 120%;	
	letter-spacing: 0.05em;
	margin: 0;
	padding-bottom: 0.0em;	
	}

h2 { font-family:  'Griffy', Georgia, Times New Roman, Times, serif; 
	font-weight:400;	
	font-size: 170%;	
	line-height: 100%;	
	letter-spacing: 0.05em;
	margin: 0; 
	padding-bottom: 0.0em;	
	}

h3 { font-family: 'Playfair Display', Georgia, Times New Roman, Times, serif;  
	font-weight:400;	
	font-size: 150%;
	line-height: 100%;
	margin: 0; 
	padding-bottom: 0.7em;	
	}

h4 { font-family:  'Playfair Display', Georgia, Times New Roman, Times, serif;   
	font-weight:400;	
	font-size: 120%;	
	line-height: 140%;	 
	margin: 0; 
	padding-bottom: 0.7em;
	}

h5 { font-family:   'Dosis', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif; 
	font-weight:400;	
	font-size: 120%;	
	line-height: 120%;	
	margin: 0; 
	padding-bottom: 0.0em;	
	}

h6 {
	font-family:  'Dosis', 'Arial Narrow', 'Helvetica Condensed', Arial, Verdana, sans-serif;
	font-weight:400;
	font-size: 100%;
	line-height: 120%;
	letter-spacing: 0.05em;	
	margin: 0;
	padding-bottom: 0em;
	}

/* ---------------- Styles ---------------- */ 
/* ---------------- Styles ---------------- */ 
/* ---------------- Styles ---------------- */ 

hr { color:#336633;
}

