body {
  color: black;
  background: white;
  font-family: Verdana, Arial, Helvetica, sans;
  font-size: 11px;
  margin: 10%
}

h1 {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin: 10 0 15 0;
}

h1.underlined {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  margin: 10 0 15 0;
  padding: 0 0 5 0;
  border: solid;
  border-width: 0 0 1 0;
  border-color: #CCCCCC;
}

div.footer {
  padding: 5px 0 0 0;
  margin: 0px;
  border: solid;
  border-width: 1 0 0 0;
  border-color: #CCCCCC;
  font-size: 10px;
  text-align: right;
}

h2 {
  margin: 10px 0px 5px 0px;
  padding: 3px;
  font-size: 11px;
  border : solid #C0C0C0 1px;
  background: #E8E8E8;
}

p {
  margin: 10 0 10 0;
}

table td {
    font-size: 11px;
}

table.coords td {
    font-size: 10px;
    padding: 5px 0px 3px 15px;
}

img.random {
    float: right;
    clear: right;
    margin: -10 0 0 30;
    height: 100;
    padding: 4px;
    border: solid;
    border-width: 1 1 1 1;
    border-color: #EEEEEE;
    background: white;
}

/* ------------------------------------------------------ */

bib\:authorlist {
  /* top right bottom left */
  margin: 5 20 10 20;
  font-size: 10px;
}

bib\:header {
  /* top right bottom left */
  margin: 10px 0px 5px 0px;
  padding: 3px;
  font-size: 9px;
  border : solid #C0C0C0 1px;
  background: #E8E8E8;
  display: block;
}

bib\:ref {
  /* top right bottom left */
  margin: 8px 15px 3px 20px;
  padding: 0px;
  font-size: 11px;
  display: block;
}

bib\:ref.indent {
  /* top right bottom left */
  margin: 8px 15px 3px 30px;
  text-indent: -18;
}

/* bib\:ref span.title:before {content: open-quote} */
bib\:ref span.title {font-weight: bold;}
/* bib\:ref span.title:after {content: close-quote} */
/* bib\:ref span.booktitle {font-style: italic;} */

bib\:ref a {
  font-size: 9px;
}
