body
{
	font-family: "Rockwell" fantasy;
	background-color: black;
	color: white;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link
{
	color: yellow;
}
a:visited
{
	color: red;
}
a:active
{
	color: orange;
}
a:hover
{
	color: orange;
}
h1
{
	text-align: center;
	padding: 3px;
	border: groove black;
}
table
{
	border-collapse: collapse;
}
.onefifty
{
	font-size: 150%;
}
.seventyfive
{
	font-size: 75%;
}
.comment
{
	font-size: 75%;
}

