body {
	margin: 0;
	font-family: Georgia, Arial, Helvetica, san-serif;
	font-size: 15pt;
	background: #ffffce;
	color: #004400;
}

h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 22pt;
}

img {
	border: 0;
}

div.haz {
	background: #f78b43;
	color: black;
	width: 250px;
	height: 246px;
	padding: 5px;
}

table.haz {
	margin-bottom: 30px;
}

table.haz td.haz {
	background: url('../images/hatter.png') no-repeat center;
	width: 290px;
	height: 286px;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #004400;
	background: transparent;
}

