body {
  background-color: #000;
  color: #CBC18E;
}

div.content {
  width: 640px;
  margin: auto;
}

A:link {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:hover {
  background-color: #ccc;
  padding: 2px 0;
}

img.logo {
  float: left;
  margin-right: 2em;
  padding-bottom: .2em;
}

p.tag {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

UL.navigation {
  clear: both;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

LI.navigation {
  display: inline;
  padding: 0 .6em;
  font-size: 90%;
  line-height: 1em;
}

.menu {
  position: relative;
  list-style: none;
  margin: 4px 0 0 0;
  background-color: #ddd;
}

.menu li {
  position: relative;
  display: inline;
  padding-right: 3px;
  cursor: pointer;
}

.menu li a {
  text-decoration: none;
  color: #333;
  width: 100%;
  height: 100%;
}

.menu li a:hover {
  color: black;
}

.menu li:hover{
  background-color: #ccc;
  color: black;
}

.menu li ul{
  position: absolute;
  white-space: nowrap;
  text-align: left;
  list-style: none;
  display: none;
  z-index: 5;
  left: 0%;
  top: 1.2em;
  margin: 0px;
  padding: 0px;
  border: 1px solid gray;
  background-color: #fff;
}

.menu li ul li{
  position: relative;
  left: 0px;
  display: list-item;
  cursor: pointer;
}

.menu li ul li{
  position: relative;
  cursor: pointer;
}

.menu li ul li a{
  display: block;
  margin-left: 1em;
}

.menu li:hover > ul{
  display: block;
}

ADDRESS {
  margin-top: 4em;
  text-align: center;
  font-family: Times New Roman, Times, serif;
  font-style: normal;
  font-size: 120%;
}
 .homelink {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

 .counter, .modified {
  width: 78%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
  text-align: center;
}

 .counterbg {
  background-color: teal;
}

DIV.footer {
  margin-top: 2em;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 80%;
}
