@charset "UTF-8";
a:hover {
	color: #C22748;
	text-decoration: underline;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-transform: uppercase;
}
body {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-align: center;
}
a {
	font-size: 15px;
	color: #006600;
	text-transform: none;
	text-decoration: underline;
}
p {
	font-size: 15px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
