body {
	font-family: Arial, Helvetica, sans-serif;
	float:clear;
}


h1 { color:#330066;
	font-family:Times, serif;
	font-size:28px;
	font-variant: small-caps;
	margin: 1em 20px 0em 20px;
	line-height:130%;
}

h1::first-letter {
	font-size:32px;
	background-color:#FFFF99;
	/*border:1px solid #666633;*/
	letter-spacing:1em;
	padding:.1em;

}

h2 {
	color:#330066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 1em 20px 0em 20px;
}

h3 {
	color:#ffff99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	
}

h4 {
	color:#330066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 1em 20px 0em 20px;
	font-weight:bold;
	text-decoration:underline;
}


h6 { color:#330066;
	font-family:Times, serif;
	font-size:40px;
	font-variant: small-caps;
	text-align:center;
	margin: 0em 20px 0em 20px;
	line-height:130%;
}



p { color: #330066; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	margin: 1em 30px 0em 30px;
}


li {
	color: #330066;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 1em 30px 0em 30px;
	font-weight:bold;
	list-style-image: url(images/flower.gif);
}

a { color:#ffff99;
}

a:hover { color:#330066;
}

.addy { color: #acac59;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	text-align:center;

}

.contact { 
	color: #330066; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
	margin:0em 1em 0em 0em;
	paddding:0em;
	text-align:right;
}

.url a {
	color:#666633;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

url a:hover {
	color:#330066;
}

.testies {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:#ffff99;
	margin-bottom:0px;
	
}

.attribution {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:white;
	text-align:right;
	margin-top:0px;
	margin-bottom:30px;
}

.workshops {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	color:white;
	text-align:center;
	margin-top:0px;
	margin-bottom:30px;
}

.sublist { 
		font-weight:bold;
}

.underline {
		text-decoration: underline;
}