body {
  border: 0px;
  padding: 0px;
  margin: 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: small;
  line-height: 150%;
  overflow:scroll;
}


#outer_container {
  width: 950px;
  margin: 0px auto;
}


#header {
  width: 950px;
  height: 250px;
}

#footer {
  width: 950px;
  border-top: 1px solid #CCC;
  margin-top: 50px;
  padding-top: 10px;
  color: #AAA;
  font-size: x-small;
  margin-bottom: 20px;
}

#footer a {
  color: #AAA;
}


#content {
  padding-left: 20px;
  text-align: justify;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

