body {
	font-family: "Calisto MT", serif;
	color: Black;
	background: White;
	background-image: url(../art/hoop.gif);
	text-align: left;
	margin-left: 5%;
	margin-right: 25%;
}

a:active {
	color: Red
}

a:link {
	color: Blue
}

a:visited {
	color: Purple
}

h2 {
	font-style: normal;
	color: blue;
	font-family: sans-serif;
	text-align: center;
}

h3 {
	font-style: italic;
	color: Teal;
	text-align: center;
	font-size: larger;
}

h4 {
	font-family: sans-serif;
	text-align: center;
}

.right {
	text-align: right;
}
.center{
	 text-align: center;
}