body {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  color: black;
  font-family: "sans serif";
  border: medium solid rgb(170,170,170);
}

h1 {
  color: rgb(170,170,170);
}

a {
  color: #0000FF;
  font: tahoma;
}

a.menu {
  color: black;
  font-family: tahoma;
  font-size: 12px;
  text-decoration: none;
  border: none;
}

a.plain {
  color: black;
  font-family: "sans serif";
  text-decoration: none;
  cursor: default;
}

a img {border: none; }

a.image {
  color: white;
  text-decoration: none !important;
  border: none !important;
}

.title {
  text-align: center;
  font-family: tahoma;
  font-size: 32px;
  color: white;
}

.menu {
  width: 794px;
  height: 70px;
  background-color: rgb(170,170,170);
  border: medium solid white;
}

.edit {
  text-align: right;
  text-size: 10px;
  color: red;
}

.foot {
  text-align: right;
  font-size: 10px;
}

.main {
  border-top: medium solid rgb(170,170,170);
}

