#accordion {
	margin: 0;
}

h3.toggler {
	cursor: pointer;
	border: 2px solid #f5f5f5 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight: bold;
	background: #FFF;
	color: #2d3192;
	margin: 0 0 4px 0;
	padding: 5px;
}

h3.toggler a:link, p a:visited { border-bottom: 1px dotted #2d3192; color: #2d3192; text-decoration: none; }
h3.toggler a:hover, p a:active { border-bottom: 1px dashed #2d3192; }

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