#accordion {width:860x;margin:20px auto}
.accordion {
//font:12px Verdana,Arial; 

}
.accordion dt {
width:860px; 
border:2px solid #BDD1DC; 
padding:4px; 
font-weight:bold; 
margin-top:2px; 
cursor:pointer;
text-align:center;
color:#006600;
background:url(https://data.glifwc.org/include/images/header1.gif)
}
.accordion dt:hover {
background:url(https://data.glifwc.org/include/images/header_over.gif)
}
.accordion dd {
width:870px;
margin-right: 0px;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 20px; 
//overflow: hidden; 
//color:#006600;
//background:red;
}
.accordion span {
display:block; 
//border:2px solid yellow; 
border-top:none; 
}