body {
	background-color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #00FFFF;
	font-size: 24px;
}
h2 {
	font-size: 30px;
	font-style: normal;
	color: #00FFFF;
	text-decoration: underline;
}
a:link {
	font-size: 24px;
	font-style: italic;
	color: #00FFFF;
}
a:hover {
	font-size: 24px;
	font-style: italic;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-size: 24px;
	color: #0000FF;
	text-decoration: underline;
	font-style: italic;
}
h3 {
	font-size: 19px;
	color: #00FFFF;
}
