body {
  background-color: grey;
  #text-align: center;
}

.page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

P {
  font-family: 'Times New Roman';
  font-weight: bold;
}

A {
  color: black;
}

A:hover {
  color: red;
}

.menu {
  background-color: white;
  color: black;
  float: right;
}

.head {
  color: white;
}

.foot {
  color: white;
  clear: both;
}

.foot A{
  color: white;
}

.main {
  background-color: white;
  color: black;
  padding: 0;
  width: 80%;
}

.top_left {
   background-image: url(images/top_left.png);
   background-position: top left;
   background-repeat: no-repeat;
}

.top_right {
   background-image: url(images/top_right.png);
   background-position: top right;
   background-repeat: no-repeat;
}

.bottom_left {
   background-image: url(images/bottom_left.png);
   background-position: bottom left;
   background-repeat: no-repeat;
}

.bottom_right {
   background-image: url(images/bottom_right.png);
   background-position: bottom right;
   background-repeat: no-repeat;
}

.data {
  vertical-align: top;
  padding: 15;
}

