@media screen { body { margin: 0 5% } }
.header h2 {
      color:#036;
      float:left;
      padding-top:20px;
      font-size:167%;
      font-family:"Helvetica Neue",Helvetica,Arial,Verdana,Geneva,sans-serif;
      line-height:1;
}
.header p { /* links out to specs and home pages */
      color:#036;
      float:left;
      padding:32px 0 0 5px;
      font-size:80%;
      font-family:"Helvetica Neue",Helvetica,Arial,Verdana,Geneva,sans-serif;
      line-height:1;
}
.header div { clear:both; }
.sample pre {
      float:left;
      padding:20px 20px 0;
      margin:1em 1em 1em 1em;
      border:thin dotted #00FF00;
      background-color:#efe;
      width: 98%;
}
.sample pre em {
      text-decoration: underline;
      background-color: #afa;
}
.sample div { clear:both; }
.linksOut {
      font-size:80%
}
.linksEx {
      font-size:80%
}