@import "styles-base.css";

/* Font settings */

#title, .section-head {
  font-family: georgia, times new roman, times, serif;
}

/* Font size settings */

#title {
  font-size:20px;
}

/* All other settings */

#title {
  margin-bottom:20px;
}

li {
  margin-bottom: 5px;
}

.section-head {
  font-weight:bold;
  margin-top:20px;
  margin-bottom:10px;
}

.section-body {
  margin-bottom:10px;
}
