body {
  padding:50px;
  font:16px/1.5 Palatino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
  font:14px/1.5 Palatino, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style:italic;
  color:#990000;/* #610B0B; */
  margin:0 0 20px;
}

p, ul, ol, table, pre, dl {
  margin:20px 0 20px 20px;
}

h1, h2, h3 {
  line-height:1.1;
}

h1 {
  font-size:36px;
}

h2 {
  font-size:24px;
}

h3 {
 /* margin:15px 0px 5px 15px;*/
  font-size:18px;
  font-style:normal;
  color:#404040;
  background-color:#D0D0D0;
  /*width:1010px;*/
}

h4, h5, h6 {
  font-size:16px;
  font-style:normal;
  color:#494949;
}

a:link {
    color:#08298A;
    text-decoration:none;
}

a:visited {
    color:#084B8A;
    text-decoration:none;
}

a:hover {
   color:#610B0B;
   text-decoration:underline overline;
}

table {
  width:960px;
  border-collapse:collapse;
}

th, td {
  text-align:left;
  padding:5px 10px;
  border-bottom:1px solid #e5e5e5;
}

dt {
  color:#444;
  font-weight:700;
}

th {
  color:#444;
}

img {
  width:640px;
  /*float:left;*/
  margin: 5px 5px 5px 5px;
  border: .5px solid #D0D0D0;/* #08298A; */
}

strong {
  color:#222;
  font-weight:700;
}

section {
  width:500px;
  float:right;
  padding-bottom:50px;
}

small {
  font-size:11px;
}

hr {
  border:0;
  background:#e5e5e5;
  height:1px;
  margin:0 0 20px;
}

footer {
  width:270px;
  float:left;
  position:fixed;
  bottom:50px;
}

/* Copied from worg.css*/

  .org-comment {
    /* font-lock-comment-face */
    color: #b22222;
  }
  .org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #b22222;
  }
  .org-constant {
    /* font-lock-constant-face */
    color: #5f9ea0;
  }
  .org-string {
    /* font-lock-string-face */
    color: #bc8f8f;
  }
  .org-type {
    /* font-lock-type-face */
    color: #228b22;
  }

  code {
    font-family: "Courier New Mono";
    background:#e5e5e5;
    font-size: 90%;
    color: black;
    border: 1px solid #DEDEDE;
    padding: 0px 0.2em;
  }
