body {
  background: white; color: black;
  margin-left: 5%; margin-right: 5%;
  margin-top: 3%; font-family: sans-serif;
}

em { font-style: italic; }
strong { font-weight: bold; }

ul { list-style-type: disc }

dl.contents { margin-top: 0; }
dt.contents { margin-bottom: 0; }

p.verse {
  white-space: pre;
  margin-left: 5%;
}

pre {
  white-space: pre;
  font-family: monospace; font-size: 90%;
  padding: 0.5em;
  background: #eeeeee;
  border: #cccccc solid thin;
  -moz-border-radius: 1em;
} 

h1, h2 {
  color: #990000;
  text-shadow: #999999 0.1em 0.1em 0.2em; 
  padding-top: 1em;
}
h3 {
  border-bottom: #CC0000 solid thin;
  padding-top : 1em;
}
a:hover {
  color: #990000;
  background-color: #FFFFcc;
}
a:active {
  background-color: #FFFF66;
}
.example {
  background: #ffffee;
  padding: 0.5em;
  font-size: 90%; 
  border: #cccccc solid thin; 
  -moz-border-radius: 1em;
}
.ewiki-table { 
  background: #dddddd;  
  font-size: 90%; 
  border:#cccccc solid thin; 
} 
.ewiki-table td {  
  background: #eeeeee;
}
.footer {
 font-size: 80%;
}
