body {
  font: 22px Arial, sans-serif;
  margin: 100px 230px 100px 230px;
  line-height: 1.6;
  color: #333;
}

h1   {
  font: 60px "Courier New", Courier, monospace;
  text-align: center;
  word-spacing: -.1em;
}

h3 {
  font-weight: normal;
}

h4   {
  font: bold 16px "Courier New", Courier, monospace;
  text-align: center;
  word-spacing: -.1em;
}

a {
  color: #9900ff;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}

th {
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}

hr {
  border-radius: 0px;
  margin: 20px 100px 20px 100px;
}

.header {
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.header p {
  padding-top: 35px;
}

.header a {
  color: white;
  background-color: #9900ff;
}

.header a:hover {
  color: #9900ff;
  background-color: white;
}

.work-icons {
  width: 150px;
}

.workshop-img {
  width: 350px;
  padding-top: 30px;
}

.section {
  margin: 70px 0px 70px 0px;
}

.colcontainer {
  max-width: 350px;
  margin-left: 25px;
  margin-right: 25px;
}

.coltext {
  font-weight: 500;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.footer {
  font-size: 14px;
  text-align: left;
  margin: 100px 0px 0px 0px;
}
.footnotes {
  font-size: 18px;
}
.spacer {
  height: 100px;
}
.spacer-s {
  height: 40px;
}
