body {
  background-image: url("images/bg.jpg");
  background-repeat: repeat;
  font-family: "Arial", sans-serif;
  font-size: 1em;
}
.logo {
  margin: auto;
  width: 640px;
  height: 105px;
  background: #73AD21;
}
.menu {
  margin: auto;
  width: 610px;
  background: #73AD21;
  color: #AF0000;
  padding: 10px;
}
.footer {
  margin: auto;
  width: 610px;
  background: #73AD21;
  color: white;
  padding-top: 5px;
  text-align: center;
}
.page {
  margin: auto;
  width: 640px;
  background: #73AD21;
  border-bottom: 5px solid #73AD21;
}
.content
 {
  margin: auto;
  width: 610px;
  background: white;
  padding: 10px;
}
.gazette
 {
  margin: auto;
  width: 580px;
  background: white;
  padding: 25px;
}
#gazette
 {
  color: black;
  text-decoration: none;
}
#gazette:hover
 {
  color: black;
  text-decoration: underline solid black 2px;
}
#menu
 {
  color: white;
  text-decoration: none;
}
#menu:hover
 {
  color: white;
  text-decoration: underline solid white 2px;
}
.column {
  float: left;
  width: 50%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.section {
  text-align: center;
  padding-top: 0.5em;
}
.signature {
  text-align: right;
  font-style: italic;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
 ol {
  margin: 0;
  padding-left: 1em;
  text-align: justify;
}
