h1 {
	text-align: center;
	color: #268983;
	font-family: Poor Richard, serif;
	font-size: xx-large;
	}
body {
	background-image:	url("images/back.jpg");
	color: #3c4343;
	}
#text {
	border-style: dotted;
	border-color: #eee84b;
	margin-left: 250px;
	margin-right: 250px;
	font-family: Perpetua, Trajan Pro, Poor Richard, serif;
	font-style: bold;
	font-size: large;
	}
table {
	font-family: Arial, serif;
	font-size: medium;
	color: #3c4343;
	margin-left: 200px;
	margin-right: 200px;
	}
#footer {
	text-align: center;
	font-family: Perpetua, Poor Richard, serif;
	font-size: large;
	color: #3c4343;
	}
#coach {
	text-align: right;
	}
a:visited {
	color: green;
	}
a:active {
	color: blue;
	}
a:link {
	color: orange;
	}