html {
  font-size: 100%;
  background: rgb(245, 245, 220);
  color: rgb(25, 25, 112);
}

div.main {
  border-left-width: thin;
  border-style: groove;
}

/* extending bluetrip */
code, kbd, samp, pre, tt, var { line-height: 1.2em; }
.container code, .container pre { color: rgb(25, 112, 25); }
/* larabie fonts, from fonts.css */
h1, h2 {
 font-family: "Subpear", Squealer, serif;
 line-height: 1.8em;
 color: rgb(25, 112, 25);
 }


/*
div.leftnav {
  border-right-width: thin;
  border-style: groove;
}
*/