h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 48px;
	color: #000000;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 40px;
	color: #000000;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 32px;
	color: #000000;
}
h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
}
h5 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #000000;
}
h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 8px;
	color: #000000;
}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #000000;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	text-transform: uppercase;
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	font-family: "Courier New", Courier, mono;
	color: #0000CC;
	text-decoration: blink;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}
body {
	background-color: #CC99FF;
}
