h1 {
	color: #9b5aaa;
	text-align: center;
		}
body {
	background-image:	url("images/mountains.jpg");
	background-position:	top-left;
	background-repeat:	no-repeat;
	background-attachment: fixed;
	color:	white;
	font-family:		Nautica, Geneva, Verdana, sans-serif;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -1px;
		}
table {
	border-spacing: 50px;
	border: thin solid gray;
	background: #9db700;
	text-align: left;
	z-index: 100px;
	
	
		}
th {
	border: thin dotted #208eb1;
}
a:visited {
	color: #76a4a1;
	

		}
a:link {
	color: #ffe421;
		}
#footer {
	text-align: center;
	color: white;
	position: absolute;
	margin-left: -100px;
	}