* {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

body {
  background: #d7dfe7 url(mod_js.png) no-repeat;
  background-position: right -30px;
  background-attachment: fixed;
  color: #333;
  font: normal 87.5%/1.4167 "Trebuchet MS", "Lucida Grande", Verdana,
                   Geneva, Lucida, Arial, Helvetica, sans-serif;
  margin: 14px;
}

h1 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 6em;
  margin-bottom: 0.2em;
  position: absolute;
  top: 0;
}

#content {
  background: #fff url(mod_js_light.png) no-repeat;
  background-position: right -30px;
  background-attachment: fixed;
  padding: 1em;
  position: relative;
  margin-top: 130px;
  margin-right: 18em;
}


#projects {
  background: #fff;
  right: 1.5em;
  margin-left: 816px;
  padding: 0.5em;
  position: fixed;
  top: 400px;
  width: 15em;
}

#projects dl {
  list-style-position: inside;
  list-style-type: none;
  font-size: 0.95em;
}

#projects dl a {
  font-size: 1.05em;
}

#projects dd {
  margin-left: 1em;
}



h2 {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
}

p {
  margin-bottom: 1.4167em;
  max-width: 50em;
}

pre {
  background: #ffffbf;
  font-size: 1.1em;
  margin: 1em;
  padding: 1em;
}

code {
  font-family: Monaco, "Courier New", monospace;
}

del {
  color: #b72000;
}

ins {
  color: #679820;
  text-decoration: none;
}
