/* --------------------------------------- */
/* List css */
/* --------------------------------------- */

#content article				{ margin-bottom: 18px; }

#content article h4,
#content article h5				{ font-size: 1.1em; }

#content article > a			{ color: #323232; display: block; }
#content article > a:hover		{ text-decoration: none; }
#content article > a:hover > h4	{ color: #039CC0; text-decoration: underline; }

#content article h4 a,
#content article h5 a			{ color: #323232; display: block; }

#content article h4 a:hover,
#content article h5 a:hover 	{ color: #039CC0; text-decoration: underline; }


/* print */
@media print {

	#content article > a,
	#content article h4 a,
	#content article h5 a			{ color: #00f; }

}