/**
 * global CSS defaults
 */

/* defaults */
em, i {
	font-style: italic;
}

b, strong {
	font-weight: bold !important;
}

u {
	text-decoration: underline;
}