
@import "styles.css";


/* Custom Print */
.menu,
.header-wrap,
.csc-menu-3,
.home-button,
.printlink,
.footer-menu {
  display: none;
}

.footer {
  background: white;
  color: gray;
}

.footer p {
  color: gray;
}

body {
  color: black;
  font-family: Arial,sans-serif;
  font-size: 12px;
}

body a {
  color: #96c228;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  font-family: Arial,sans-serif;
}

h2, h3, h4 {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial,sans-serif;
}

ul, ol {
  margin-top: 20px;
}

ul li, ol li {
  margin-bottom: 8px;
}