<style type="text/css">
a.specialLink:link { color: black; }
a.specialLink:visited { color: #333333; }
a.specialLink:hover { color: white; }
body{
font-family: Helvetica;
font-size: 14px;
}
thebody{
max-width:800px;
margin: 0 auto;
}
body {
    background-color: black;    
    color: black;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    font-family: Helvetica;
    font-size: 14px;
    max-width:800px;
}
small{
font-size: 10px;
}
section{
margin-top:20px;
padding-bottom:5px;
padding-left: 5px;
padding-right: 5px;
border-top-style:groove;
background-color: #AACCEE;
}
sup {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
a{
  color: initial;
}
.showhide{
  position: absolute;
  right: 2px;
  display: block;
  background-color: #99995555;
  font-size: 11px;
  color: #FFFFFF;
  padding: 2px 4px 2px 4px;
  cursor: pointer;
}
section{
  position: relative;
}
h3{
 margin-top: 10px;
 margin-bottom: 10px;
}
.abstract{
 font-style:italic;
}
.noselect{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
