h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #944364;
	font-style: italic;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
h2 {
	font-family: "Adine Kirnberg";
	font-size: 36px;
	color: #FA1D49;
}

a:link {
	color: #944364;
	text-decoration: none;
}
a:visited {
	color: #944364;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

