#accordion {
	margin:10px 0px;
	height: 150px;
}

h3.toggler {
	cursor: pointer;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
text-decoration:none;
font-family: Verdana;
font-size: 8px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.5em;
	background: #000;
	color: #fff;
	margin: 0px 0 1px 0;
	padding:5px 8px;
}
div.element {
background-color: #fff;
margin: 0px 0 3px 0;
border: 1px solid #ddd;
}
div.element p, div.element h4 {
	color:black;
	margin:0px;
	padding:8px 0 10px 8px;
	line-height: 1.2em;
}

blockquote {
	padding:5px 20px;
}