body {
  background: #fff;
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
}
body,
a {
  color: Navy;
}
img {
  display: block;
}
#common a {
  text-decoration: none;
}
#common a:hover {
  text-decoration: underline;
}
#titles,
#titles a,
#titles a:hover {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 20px 0;
}
#titles a:hover {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#footer {
  margin-top: 20px;
}
