/*****************************************************
STYLING FOR DDACCORDIAN
*****************************************************/
.sectionhead {  /* header styling */
cursor: hand;
cursor: pointer;
font: bold 13px Verdana;
margin: 10px 0;
}
.opensection{ /*class added to section heads when they are open*/
color: #008080;
}
.closesection{ /*class added to section heads when they are closed*/
color: #8b4513;
text-decoration: underline;
}