
body {
  background: white;
  color: black;
  font-style: normal;
}

a:link {
  color: blue;
}
a:visited {
  color: purple;
}

code, pre.code {
  background-color: #E0E0E0;
}

dfn {
  font-style: italic;
}

span.bug {
  color: red;
}

pre.syntax {
  color: green;
  padding-left: 1em;
}
a.syntax:link {
  color: green;
  text-decoration: none;
}
a.syntax:visited {
  color: green;
  text-decoration: none;
}
a.syntax:hover {
  color: green;
  text-decoration: underline;
}

h1 {
  background-color: #CCCCFF;
  border-width: thin thin thin thin;
  border-color: #0000FF;
  border-style: solid;
}

h2 {
  background-color: #CCCCFF;
  border-width: thin thin 0 0;
  border-color: #0000FF;
  border-style: solid;
}

h3 {
  background-color: #CCCCFF;
	border-width: thin thin 0 0;
	border-color: lime;
	border-style: solid;
	width: 30%;
}


