/* Start of CMSMS style sheet 'Typesetting' */
@CHARSET "UTF-8";

html, body {
  font-family: hevetica, verdana, sans-serif;
  font-size: 0.8em;
  color: #412922;
}
h1, h2, h3, h4 {
  margin-bottom: 5px;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em
}
h3 {
  font-size: 1.6em
}
h4 {
  font-size: 1.4em
}
a {
  text-decoration: none;
  color: #412922;
  font-weight: bold;
}
p {
  line-height: 1.2em;
}
#menu a {
  font-weight: normal;
}
/* End of 'Typesetting' */

