html {
  font-family: Times, Times New Roman, serif;
}
h1, h2, h3, .paragraph, .sansserif, ul {
  font-family: Helvetica,Arial,sans-serif;
}
.orange {
  color: #ffa000;
}
.red {
  color: red;
}
.smalltext {
  font-size: 70%;
}
.bold, .emphasize {
  font-weight: bolder;
}
.headline {
  font-size: 125%;
}
