body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: white;
}
body {
	background-color: black;
	margin: 0;
	padding: 0;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: white;
	text-decoration: underline;
}
p#back {
	border-top: 1px solid black;
	margin-top: 5px;
	padding: 5px;
	width: 500px;
}
p {
	padding: 0;
	margin: 0;
}
h1 {
	padding: 60px 0 0 0.5em;
	margin: 0;
	letter-spacing: 0.3em;
	font-size: 300%;
}
#bodycopy {
	width: 760px;
	background-image: url(terran_tiles-back.png);
	background-position: center top;
	background-size: cover;
}
#header {
	background-image: url(terran_tiles-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}