/* CSS placed here will be applied to all skins */

/* Change base font for everything to Garamond */
* {
  font-family: 10pt Verdana, Arial, Helvetica, sans-serif;
  /* font-size:medium; */
}

/* except for the edit box, which will be courier */
textarea#wpTextbox1 {
font-family: "Courier", monospace;
font-size:medium;
}

/* replace the book in the background with something else */
body { background: #EEEEEE; }