body {
  margin-left: 35px;
  margin-right: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt ;
  background-color: oldlace; /*  253,245,230 #fdf5e6 */
  background-image: url(background.png);
  background-repeat: repeat-y ;
  color: black;
}

h1 { 
  text-align: center ;
  font-weight: bold;
  color: MediumSlateBlue ;
  font-size: 24pt ;
  font-family: Nimbus Roman No9 L, Helvetica, sans-serif ;
}
h2 {
  text-align: left ;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18pt;
  font-family: Helvetica, sans-serif ;
  margin-left: 10px;
}
h3 {
  text-align: left ;
  font-weight: bold;
  font-size: 14pt;
  font-family: Helvetica, sans-serif ;
  margin-left: 10px;
}

pre {
  font-family: Courier, fixed ;
}

.header { color: black ; background-color: MediumSlateBlue; font-weight: bold; font-size: 175%; }
.title  { color: black; background-color: LightSteelBlue; font-weight: bold; font-size: 125%; }

.help { color: black ; background-color: lavenderblush; font-weight: bold; }
.helplinks { color: black ; background-color: lavender; font-weight: bold; }
.buttons { color: black ; background-color: rgb(204, 204, 204); }
.alias { color: black ; background-color:  rgb(204, 255, 255); font-weight: bold; }

/* used by custom_functions.js for error messages */
.error { color: red ; background-color: white; font-weight: bold; }
.warning { color: blue ; background-color: white; font-weight: normal; }

