/* immutable (layout) */
html,body {
  padding: 0px;
  margin:  0px;
}

.hide {
  display: none;
}

/* mutable (colors, fonts, etc) */
html,body {
  background: none #F9EFE5;
  font-family: "Times New Roman",Times,Garamond,serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Verdana,Helvetica,Arial,sans-serif;
}
