body {
  font-family: verdana, arial, helvetica, sans-serif;
  color: black;
  background-color: #ffffff;
  background-image: url("./julia.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  margin-left: 4em;
  width: 40em;
}

h1, h2, h3, h4, h5, h6 {
   text-align: left;
   color: #333355;
   padding-top: 1em;
   background: transparent;
}

h1 { font-size: 180% }
h2 { font-size: 150% }
h3 { font-size: 135% }
h4 { font-size: 110% }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

pre {
 // margin-left: 2em;
 // margin-right: 2em;
    font-family: monospace;
    background-color: #ddeeee;
 // border: solid thin #aacccc;
}

table {border: solid 2px black; border-collapse: collapse;
    background-color: #ddeeee;
}
td { border: solid 1px black;
vertical-align: top;}

.gist { font-size: 75% }
.gist-syntax .c1 { font-style: normal !important; }
.gist-syntax .ln {
  clear: left;
  float: left;
  width: 30px;
  font-weight: bold;
  color: grey;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

// pre { font-family: monospace; color: #000000; }
.Identifier { color: #008080; }
.Constant { color: #008000; }
.Comment { color: #ff0000; }
.Special { color: #c06060; font-weight: bold; }
.Statement { color: #8080ff; font-weight: bold; }
