@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
}

img { 
	display:block;
	width:360px; 
	height:240px; 
	margin: 150px auto 0px auto;
}


h1 {
	display:block;
	margin: -30px auto 20px auto;
	text-align:center;
	color: black;
	font-family: 'Dawning of a New Day', cursive;
	font-size:36px;
}

h2 {
	display:block;
	margin: -10px auto 10px auto;
	text-align:center;
	color: #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}

p {
	display:block;
	margin: 5px auto 0px auto;
	text-align:center;
	color: #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a {text-decoration:none;}
a:link {color:#999;}      /* unvisited link */
a:visited {color:#999;}  /* visited link */
a:hover {color:black;}  /* mouse over link */
a:active {color:#999;}  /* selected link */