.jmd-cyan {
  background-color: #00aeef;
  color: #382f42; }

.jmd-cyan-text {
  color: #00aeef; }

.jmd-orange {
  background-color: #f15a22;
  color: #382f42; }

.jmd-orange-text {
  color: #f15a22; }

.jmd-purple {
  background-color: #382f42;
  color: white; }

.jmd-purple {
  color: #382f42; }

.white {
  color: white; }

br {
  line-height: 10pt; }

.small-font {
  font-size: 12pt; }
  .small-font * {
    font-size: 12pt; }

.normal-font {
  font-size: 14pt; }

.large-font {
  font-size: 19pt; }

.san-serif {
  font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif; }

.serif {
  font-family: Georgia, Times, Times New Roman, serif; }

* {
  font-size: 14pt;
  color: #46494a;
  letter-spacing: .75px; }

.heading, h1, h2, h3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19pt;
  color: black; }

.top-name {
  background: #382f42;
  font-size: 12pt;
  font-style: Georgia, Times, Times New Roman, serif;
  color: white;
  float: left; }

.top-nav {
  background-color: #382f42;
  color: white;
  padding: 15px;
  font-family: Georgia, Times, Times New Roman, serif; }
  .top-nav * {
    padding: 3px; }
  .top-nav li {
    display: inline;
    padding: 5px 10px 5px 10px;
    font-style: Georgia, Times, Times New Roman, serif; }
  .top-nav a {
    background-color: #382f42;
    color: white;
    text-decoration: none; }
  .top-nav a:hover {
    color: #00aeef; }

.main-content {
  padding-top: 40px;
  text-align: left;
  letter-spacing: .25px;
  line-height: 1.3;
  font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif; }
  .main-content ul {
    list-style: disc inside; }
  .main-content ul ul {
    padding-left: 1.5em; }
  .main-content img {
    padding: 0.1em;
    margin: 0.2em; }
  .main-content a {
    text-decoration: none;
    color: #00aeef;
    cursor: pointer; }

.abstract {
  background: #382f42;
  color: white;
  padding: 10px 10px 10px 20px; }

.hr-title {
  height: 4px;
  width: 60%;
  float: left;
  background: #00aeef;
  border: 0px;
  margin: 0.5em auto 0.5em auto;
  border-radius: 5px; }
