#frame {
  width:650px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0;
  text-align:left;
}

#inq p {
  color: #333;
  font: normal 1em consolas, sans-serif;
  margin-top: 0;
  padding-left: 4em;
}

#inq p a {
  color: #3030a0;
  /* text-decoration: none; */
}

#projects {
  color: #333;
  font: normal 1em consolas, sans-serif;
}

#projects a {
  color: #3030a0;
  text-decoration: none;
}

#projects .subtitle {
  font-size: 1.5em;
  margin-top: 0;
}

#projects .title {
  font-size: 2em;
}

#tagline p {
  border-bottom: 1px solid #666;
  color: #333;
  font: normal 1em consolas, sans-serif;
  letter-spacing: 0.08em;
  margin-top: 0;
  padding-bottom: 2em;
  padding-left: 4em;
  white-space: nowrap;
}

#title p {
  color: #666;
  font: bold 2.5em consolas, verdana, monospace;
  letter-spacing: 0.02em;
  margin-bottom: .25em;
}

#title p .hl1 {
  color: #3030a0;
}

#title p .hl2 {
  color: #000;
}

body {
  background: #fff;
}
