html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

/* Rules of Good Tone */

	img{
		max-width: 100%;
	}

	table{
		width: 100%;
		border: 1px solid #000;
		border-collapse: collapse;
	}

		table td{
			padding: 5px;
			border: 1px solid #000;
			border-collapse: collapse;
		}

	form{
		width: 100%;
	}

		form input,
		form textarea{
			display: block;
			width: 100%;
			margin: 0 auto 5px;

			font: inherit;

			border: none;
			outline: none;
			resize: none;

			-moz-box-sizing: border-box;
   			box-sizing: border-box;
		}

	.content p{
		text-align: justify;
	}

	.content ul,
	.content ol{
		margin: 0px 0px 10px 25px;
	}

	.content ul{
		list-style-type: disc;
	}

	.content ol{
		list-style-type: decimal;
	}

	.note{
		display: block;
		padding: 10px;
		border-left: 2px solid #000;
	}

		.note a{
			color: inherit;
			font: inherit;
		}