h2 { 
	clear: both;
	padding-top: 2em;
	font-size: 160%;
	color: black;

}
h2#first { padding-top: 0em; }

.tease
{
	float: left;
	width: 100%;
	padding-bottom: 0.3em;
}
.tease dt.image
{
	float: left;
}
.tease dt.image img
{
	width: 6em;
	height: 6em;
	margin-right: 1em;
	border: 2px solid #444;
	
}
.tease dt.image img:hover
{
	width: 24em;
	height: 24em;
}

.tease dt.image img.noresize:hover
{
	width: 6em;
	height: 6em;
}
.tease dd
{
	font-size: 90%;
	margin-left: 8.5em;
	padding-left: 0em;
}
.tease dd.title
{
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
	margin-left: 6em;
	color: #6B6614;
}
.tease dd.copy
{
	font-weight: normal;
	color: black;

}

