/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #category-description {
	 h1,h2,h3,h4,h5,h6,ul {
		 color:#232323
	 }
	 ul {
		 margin-top:1em;
		 margin-left:2em;
		 list-style:disc;
	 }
 }