@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
}

h1 {
	color: white;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}

.footer p {
	font-size: smallest;
	text-align: center;
	padding-top: 60px;
}

p {
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}



