body
{
padding-left: 10px;
}
/* format titles */
dt {
font-size:130%;
margin-top: 10px;
margin-bottom: 5px;
cursor:pointer;
color: #A00000;
width: 30em;
}

/*format superconcepts */
.con_super{
color:black;
}

/*format description*/
.con_desc{
width: 30em;
font-style: italic;
margin-top: 10px;
margin-bottom: 10px;
}

/* hide descriptions */
.hide{
display: none;
}