/* agency.css */

#MainContent .small {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}

#MainContent h2 {
  margin: 10px;
}

#MainContent table tr td {
  padding: 10px;
}

#MainContent table tr td img {
  border: 1px solid black;
}

#MainContent table tr td .adress {
  text-align: center;
  border: 1px solid black;
  padding: 10px;
  margin-top: 40px;
}

#MainContent table tr td .adress,
#MainContent table tr td .adress a {
  color: black;
}

#MainContent p {
  margin-bottom: 10px;
}
