 
#outer {
  background-color: white;
  width: 600px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-left: 2em;
  border-left: 1px solid #090909;
}

#header {
  margin: 28px 0 0 0;
}

#content {
  margin: 0;
  padding: 26px;
}

#retired-lg {
  width: 70%;
  padding: 2em;
  border: 2px solid #cc3399;
  color: #cc3399;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.7em;
  margin: 1em auto 3em auto;
  border-radius: 15px;
}

#site-id {
  color: #169f9f;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 2em;
}

#contac {
  margin-top: 38px;
}

#contac p {
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
  /* font-weight: bold; */
}

.fp {
  padding-top: 7px;
}

.dat {
  color: #bbbbbb;
  text-align: left;
}

p {
  margin-top: 14px;
  margin-bottom: 0;
}

a:link, a:visited { color: #169f9f; /* #50c6d2 */ }
a:hover { text-decoration: underline overline; }
