body {
	background-color: #000000;
	background-image: url("../img/hatter.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	font-size: 12pt;
	text-align: left;
}
h {
	color: #FFFFFF;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 140%;
	letter-spacing: 2px;
}