.privacyterms {
  position: relative;
  margin: 0 20px 0 20px;
}

.privacyterms a:link {
  color: blue;
  text-decoration: none;
}
.privacyterms a:visited {
  color: blue;
  text-decoration: none;
}
.privacyterms a:hover {
  color: green;
  text-decoration: none;
}

.imgtitle {
  margin: 10px 0 10px 0;
}

.title {
  text-align: center;
  color: gray;
  margin: 10px 0 10px 0;
}

.content table {
  border: solid 1px black;
}
.content td {
  text-align: center;
  width: 150px;
}

.imgcond {
  float: left;
  margin-right: 10px;
}

.break {
  clear: both;
}
