1178825Sdfrbody {
2178825Sdfr	color: black;
3178825Sdfr	background-color: #fdfdfd;
4178825Sdfr	font-family: serif;
5178825Sdfr	max-width: 40em;
6178825Sdfr}
7178825Sdfrh1, h2, h3 {
8178825Sdfr	font-family: sans-serif;
9178825Sdfr	font-weight: bold;
10178825Sdfr}
11178825Sdfrh1 {
12178825Sdfr    padding: 0.5em 0 0.5em 5%;
13178825Sdfr    color: white;
14178825Sdfr    background: #3366cc;
15178825Sdfr    border-bottom: solid 1px black;
16178825Sdfr}
17178825Sdfrh1 {
18178825Sdfr	font-size: 200%;
19178825Sdfr}
20178825Sdfrh2 {
21178825Sdfr	font-size: 150%;
22178825Sdfr}
23178825Sdfrh3 {
24178825Sdfr	font-size: 120%;
25178825Sdfr}
26178825Sdfrh4 {
27178825Sdfr	font-weight: bold;
28178825Sdfr}
29178825Sdfrpre.example {
30178825Sdfr	margin-left: 2em;
31178825Sdfr	padding: 1em 0em;
32178825Sdfr	border: 2px dashed #c0c0c0;
33178825Sdfr	background: #f0f0f0;
34178825Sdfr}
35178825Sdfra:link {
36178825Sdfr  color: blue;
37178825Sdfr  text-decoration: none;
38178825Sdfr}
39178825Sdfra:visited {
40178825Sdfr  color: red;
41178825Sdfr  text-decoration: none
42178825Sdfr}
43178825Sdfra:hover {
44178825Sdfr  text-decoration: underline
45178825Sdfr}
46178825Sdfrspan.literal {
47178825Sdfr	font-family: monospace;
48178825Sdfr}
49178825Sdfrhr {
50178825Sdfr	border-style: none;
51178825Sdfr	background-color: black;
52178825Sdfr	height: 1px;
53178825Sdfr}
54