<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>On Hold</title>
    <style>
    body {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      background-color: #333;
    }
    p {
      margin-left: auto;
      margin-right: auto;
      border: 4px solid #666;
      padding: 20px;
      width: 600px;
      text-align: center;
      font-size: 3em;
      line-height: 1.4em;
      background-color: #999;
    }
    </style>
  </head>
  <body>
        <p>We've decided to retire GodlessInDC.com, since we really haven't used it in a long time. You can find Brock's personal blog at <a href='http://brockboland.com'>BrockBoland.com</a>.</p>
  </body>
</html>


