/* the following styles are for demo purposes only */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 200%;
}
h1 {
  margin: 0;
	padding: 2em 0 0 0;
  font-weight: normal;
  font-size: 2.25em;
}
h1>span {
  background: #ffe82a;
  padding: 0 0.2em;
}
h2 {
  font-size: 1.5em;
	font-weight: normal;
  margin: 0;
}
h2.title {
  padding: 0.5em 0 3em 0;
}
p {
  font-size: 1em;
  margin: 1em 0 0 0;
}
pre {
  font-family: "Bitstream vera sans", monospace;
  font-size: 0.6666em;
}
acronym {
  font-variant:small-caps;
  letter-spacing:0.1em;
  text-transform:lowercase;
}
strong {
  color: #e00;
}
strong.hilight {
  background-color: #f66;
}
a, a:visited {
  color: #009;
	text-decoration: none;
	border-bottom: 1px dotted #009;
}
ul, ol, li {
  margin: 0;
  padding: 0;
}
.hentry {
	padding: 0em 0em 25em 0em;
	width:90%;
	margin:0 auto;
}
.note {
  font-size: 0.6666em;
  color: #444;
}
ul.note {
  line-height: 1.7813em;
}
