.privacypage h2{
    font-size: 18px;
    margin: 17px 0 15px;
    border-bottom: 1px dotted #96714a;
    padding-bottom: 2px;
    font-weight: bold;
   color: #565656;
}

.privacypage dl{
  overflow:hidden;
  margin-bottom:30px;
}
.privacypage dl dt{
    float: left;
    font-weight: bold;
    color: #565656;
}
.privacypage dl dd{
    padding-left: 190px;
    margin-bottom: 15px;
  color: #565656;
}
