body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: x-small;
  color: black;
  font-weight: normal;
  background-color: #525252;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
img {
	border: 0px;
}
a:link {
	color: black; /*adjust to change link color*/
  text-decoration: none;
}
a:visited {
  color: black; /*adjust to change link color*/
  text-decoration: none;
}
a:hover {
  color: red; /*adjust to change hover color*/
  text-decoration: none;
}
a:active {
  color: black; /*adjust to change link color*/
  text-decoration: none;
}
.horBanner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  background-color: black;
  border: 0px;
  z-index: 50;
}
.logo {
	position: relative;
  left: 10%;
  top: 0px;
  width: 305px;
  height: 30px;
}
.menu_cell {
  padding-left: 5px;
  padding-right: 5px;
}
.you_are_here {
	width: 40px;
  border: 1px solid black;
  padding-left: 5px;
  padding-right: 5px;
}
.credit {
	position: absolute;
  top: 505px;
  left: 0px;
  width: 100%;
  text-align: right;
}
.square {
	position: absolute;
  left: 370px;
  top: 70px;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  margin: 0px;
  padding: 0px;
}
