#accordion {
	margin:20px 0px;
clear:left;
}

h3.toggler{
	cursor: pointer;
	border-bottom:1px dotted #ccc;
	font-family: 'georgia', sans-serif;
	font-size: 12px;
	color: #528CE0;
	margin: 0 0 4px 10px;
	padding: 3px 5px 1px;
        background-color:#c00;
}

div.element p, div.element h4{
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

.element{
padding-left:10px;
clear:left;
}

.element h4{
color:#333;
font-weight:bold;
border-bottom:1px dotted #ccc;
}
