/* ================================================================================================= */
/* Join ICA - base-mod.css          																 */
/* ------------------------------------------------------------------------------------------------- */
/* Reimplements formatting taken away with reset-fonts.css.                                          */
/* ================================================================================================= */

body {
	line-height:normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	/* bringing boldness back to headers and the strong element */
	font-weight:bold;
}

em {
	/* bringing italics back to the em element */
	font-style:italic;
}

del {
	text-decoration:line-through;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin:1em 0;
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

