html { 
   text: white; 
   color: brown; 
   font-family: "Comic Sans MS",Comic,"Arial Unicode MS",Arial,sans serif
}
td { text-align: left; vertical-align: top }
.navbar { background: brown; color: white; text-decoration: none }
.selected { background: grey; color: white; text-decoration: none }
a.navbar:hover { color: yellow }
a.selected:hover { color: white }
a:hover { color: black }
a { color: brown }
save { color: "#ffdf4f" }
pre { font-size: large; font-weight: bold }
.commentary { color: black }
