
/* DJ: this is for the toggle markup (showhide cookbook)   */
span.toggle a:link {text-decoration:none; }
span.toggle a:hover {text-decoration:none; }

/* DJ: this is added to fix the font-size for all lists. Before the main LI was 12px, but the indent (2nd level LI's) where larger (13 or 14px) */
#content li {
	font-size: 12px;
}
