body {
	background: url("images/bg.gif");
	background-color: black;
	color: white;
}

.content {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

map {
  display: inline;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
}u

marquee {
	margin-top: 100px;
	margin-bottom: 100px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

footer {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* unvisited link */
a:link {
  color: #88A9BF;
  font-weight: normal;
}

/* visited link */
a:visited {
  color: #5784A2;
  font-weight: normal;
}

/* mouse over link */
a:hover {
  color: #c7d2d9;
}

/* selected link */
a:active {
  color: white;
}

table {
	margin: auto;
	text-align: center;
}

td {
	padding: 10px;
}