body {
	background-color: #9CC;
	color: #033;
	margin: 0;
	padding: 0;
	text-align: center;
	}

img {
	border: none;
	box-shadow: 0px 5px 10px #033;
	}
	
div {
	margin: 100px auto;
	}

h1 {
	font-family: "itc-american-typewriter-n3", "itc-american-typewriter-1", "itc-american-typewriter-2","Courier New",serif;
	font-style: normal;
	font-weight: 300;
	font-size: 6em;
	letter-spacing: -0.02em;
	text-shadow: 0 1px 2px #FFF;
	}

p {
	color: #033;
	font-family: "itc-american-typewriter-n5", "itc-american-typewriter-1", "itc-american-typewriter-2","Courier New",serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 50px;
	text-shadow: 0 1px 1px #FFF;
	}

a, a:visited {
	color: #033;
	border-bottom: 1px dotted #033;
	padding: 2px 0;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #FFF;
	text-shadow: none;
	border-bottom: none;
	}
	
  
