H1, H2, BODY, TH, TD {
  background: white;
  color: black;
  font-family: helvetica, sans-serif;
  font-size: 11pt;
}

A:link {
  background-color: white;
  color: #b7171a;
}

A:visited {
  background-color: white;
  color: #832932;
}

A:active {
  background-color: white;
  color: #cf6466;
}

H1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

H2 {
  font-size: 14pt;
  font-weight: bold;
}

P {
  text-align: left;
}

P.center {
  text-align: center;
}

DIV.center {
  text-align: center;
}

SPAN.small {
  font-size: 10pt;
}

SPAN.smallcaps {
  font-variant: small-caps;
}

TABLE {
  margin-left: auto;
  margin-right: auto;
}

TD.signature {
  font-size: 10pt;
  vertical-align: top;
  width: 100%;
}

HR {
  border-color: black;
  border-width: thin;
  border-style: solid;
}

IMG {
  border-style: none;
}

IMG.head {
  vertical-align: middle;
}
  
IMG.bio {
  float: left;
  margin-right: 1ex;
  margin-bottom: 0.5ex;
}

TD.author {
  font-size: 14pt;
  font-weight: bold;
}

A:link.journal {
  background-color: #ffcccc;
  color: #cc6666;
}

A:visited.journal {
  background-color: #ffcccc;
  color: black;
}

A:active.journal {
  background-color: #ffcccc;
  color: white;
}

A:link.conference {
  background-color: #ccccff;
  color: #6666cc;
}

A:visited.conference {
  background-color: #ccccff;
  color: black;
}

A:active.conference {
  background-color: #ccccff;
  color: white;
}

A:link.workshop {
  background-color: #ccffcc;
  color: #66cc66;
}

A:visited.workshop {
  background-color: #ccffcc;
  color: black;
}

A:active.workshop {
  background-color: #ccffcc;
  color: white;
}

A:link.techrep {
  background-color: #cccccc;
  color: #666666;
}

A:visited.techrep {
  background-color: #cccccc;
  color: black;
}

A:active.techrep {
  background-color: #cccccc;
  color: white;
}
