body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}

a {
  color: #DF382C;
}
a:hover {
  text-decoration: none;
}

p.citation {
  margin: auto;
  _margin-left: 1em;
  _margin-right: 1em;
  padding: 0.5em;
  text-align: right;
  width: 600px;
  background-color: #CDB499;
  border: 1px solid #A98557; 
  color: #000;
  font-size: 9pt;
  font-family: Bitstream Vera Serif, Times News Roman, Times, serif;
}
p.citation em {
  text-align: center;
  display: block;
  font-size: 11pt;
  padding-bottom: 0.5em;
}
p.citation em:before { content: '« '; font-size: 14pt; font-weight: bold; font-style: none;  }
p.citation em:after { content: ' »'; font-size: 14pt; font-weight: bold; font-style: none; }

p.citation a {
  color: #222;
}
