body {
	background-image:	url("images/back.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: white;
	font-family: Utopia Std, Book Antiqua, serif;
	text-align: left;
	}
h1 {
	color: white;
	text-align: center;
	font-family: Batang, Myriad Pro, Book Antiqua, cursive;
	border-style: dotted;
	border-color: #809eb6;
	border-left: 150px;
	border-right: 150px;
	margin-left: 250px;
	margin-right: 250px;
	background-color: #c2433a;
	}
#info {
	border-style: dotted;
	border-color: #809eb6;
	padding: 20px;
	margin-left: 150px;
	margin-right: 150px;
	background-color: #c2433a;
	}
#footer {
	color: white;
	text-align: center;
	}
table {
	margin-left: 170px;
	margin-right: 150px;
	}
a:visited {
	color: white;
	}
a:link {
	color: #809eb6;
	}
a:active {
	color: bf292b;
	}