.Header {
	font-family: "Monotype Corsiva", Verdana, Arial;
	font-size: 24px;
	color: #000000;
}
.Copy {
	font-family: "Monotype Corsiva", Verdana, Arial;
	font-size: 20px;
	color: #000000;
}
body {
	background-color: #FFCB9B;
}
.small {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}