html {
	margin: 0 2em;
}

body {
	font-family: arial, helvetica, sans-serif;
	max-width: 800px;
	margin: 1em auto;
}

h1 {
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.5px;
	font-weight: bolder;
}

h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
}

h3 {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

h4 {
	margin-top: 0;
}

h3.table {

	margin-left: 0;	

}

p.address {

	text-align: right;

}

table {

	margin-left: 20px;
	width: 80%;
	border-style: none;

}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	
	text-decoration: underline

}


