      html {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 62.5%;
      }
      body {
	font-size: 1.2em;
	margin: 16px 16px 0 16px;
	background: white;
      }
      a {
	text-decoration: none;
      }
      p {
	line-height: 1.5em;
      }
      h2 {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 1.5em;
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 1.0em 0 0.15em 0;
      }
      tt {
	font-family: monospace, serif;
	font-size: 1.2em;
	line-height: 1.2em;
      }
      ul, ol {
	margin: 1.2em 0 1.2em 1.75em;
	padding: 0;
      }
      li {
	padding: 0.2em 0;
	line-height: 1.5em;
      }
      ol ul {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
      }
      a:link {
	font-weight: 700;
	color: #5D728E;
	background-color: transparent;
      }
      a:visited {
	font-weight: 700;
	color: #5D728E;
	background-color: transparent;
      }
      a:hover {
	font-weight: 700;
	color: #B30400;
	text-decoration: underline;
      }
      div.instructions {
	background: #ddd;
	border: 1px solid #777;
	width: 480px;
	margin: 8px;
	padding: 0;
      }
      div.instructions h3 {
	background: #ccc;
	border-bottom: 1px solid #777;
	font-size: 1.1em;
	margin: 0 0 4px 0;
	padding: 4px;
      }
      div.instructions p {
	margin: 0 0 0 4px;
      }
      .important {
	background: #FACA61;
	border: 2px;
	width: 480px;
	margin: 0.6em 0 0.6em 0;
	padding: 0.6em;
	color: #C00;
	text-align: center;
      }
      .important .email {
	font-size: 1.3em;
	color: black;
	font-weight: 700;
	margin: 0.6em 0 0 0;
      }
      .important h3 {
	color: #eee;
	background: #f00;
	font-size: 1.3em;
	margin: -0.2em -0.2em 0.2em -0.2em;
	padding: 0.2em 0.2em;
      }
      .fineprint {
	font-size: .8em;
	color: #ccc;
      }
      .toggle {
	padding-left: .333em;
	padding-right: 0.3em;
	border: solid #a6caf0 1px;
	background: #eee;
      }
      div.toc {
	float: right;
	border: 1px solid #F15D22;
	background: #e9eff3;
	padding: 2px 4px 2px 4px;
	margin: 15px auto auto 15px;
      }
      div.toc h2 {
	font-size: 1.1em;
	margin-top: -8px;
      }
      p.toc-link {
	margin: 0;
      }
      ul.toc-level-1 {
	margin: 0 16px 0 16px;
	list-style-type: none;
      }
      ul.toc-level-1 li {
	margin: auto;
	font-weight: bold;
      }
      ul.toc-level-2 {
	margin: auto 0 auto 15px;
	list-style-type: none;
      }
      ul.toc-level-2 li {
	margin: auto;
      }

