body {
  margin-top: 3em;
  background-color: #333;
  color: white;
  text-align: center;
  }

h1 {
  font-variant: small-caps;
  }

h2 {
  font-size: 100%;
  }

 .container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  }

ul.linklist {
  margin: 2em;
  font-weight: bold;
  }

li.linklist {
  display: inline;
  padding: .4em;
  }

a:link {
  color: #40E0D0;
  text-decoration: none; 
  }

a:visited {
  color: #6495ED;
  text-decoration: none;
  }

a:hover {
  color: blue;
  text-decoration: underline;
  }

a:active {
  color: blue;
  text-decoration: none;
  }

 .address, .homelink {
  margin-top: 1em;
  clear: both;
  }

 .counterbg {
  padding: 0 3px;
  background-color: teal;
  }

 .counter, .modified, .copyright, .stats {
  margin-top: 1em;
  font-size: 80%;
  }

 .aifooter, .footer {
  font-size: 80%;
  margin-top: 6em;
  text-align: left;
  }
