@import url('undohtml.css');
/* Headlines */
 
h2 {
	margin: 0 0 15px 0;
	font-size: 1.8em;
	text-transform: uppercase;
	}

h3 {
	clear: both;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4 {
	margin: 15px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	}
	
