
html
{
  padding: 0px;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;

  color: #404040;
  
  font-size: 14pt;  
  font-family: 'Crimson Text', sans-serif;
  font-style: normal;
  font-weight: 400;
}

body A {
    color: #c00000;
    font-weight: 600;
    text-decoration: none;
}

body A:hover
{
    text-decoration: underline;
}

li {
  padding-top: .25em;
  padding-bottom: .25em;
}

.home_container
{
    width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.paper_title {
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 42pt;
  line-height: 100%;
  font-weight: 600;
}

.section_title {
    color: #000000;
    font-size: 24pt;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
}

.bold_text {
    font-weight: 600;
}

.colored_text {
  color: #c00000;
}

.emph_text {
  font-style: italic;
}

.inline_image {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.image_no_shadow {
      box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.red_info_box {
  padding: 8px;
  background: #ffeeee;
  border: solid 2px #ffdddd;
}

