body {
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 10px 10px;
}

img, table {
	border: 0;
	margin: auto;
}

h1, h2, h3, td {
	text-align: center;
}

h1 {
	font-size: 24px;
	width: 600px;
	margin: 0 auto 20px auto;
	border-bottom: 1px dotted #a00;
}

h2 {
	font-size: 20px;
	width: 500px;
	margin: 20px auto;
}

h3 {
	font-size: 16px;
	width: 400px;
	margin: 20px auto;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

