body { background: ghostwhite; // url('patd.gif')
       font-family: verdana; font-size: 11pt;
       margin: 0px; padding: 0px;
     }
p { margin: 11pt; }
h1 { text-decoration: underline; font-weight: bold; font-size: large; text-align: center;
     background: #ccc; border-bottom: 1px solid #aab; color: lightslategray; font-family: verdana; 
   } 

p.dotted:before { content:  url('dblack.png'); }
// '*** '; }
p.dotted { text-indent: 11pt; }


a { text-decoration: none; color: darkblue; font-weight: bold; } 
a:visited { color: blue; } 
a:hover { color: red; font-weight: bold; background: white; border: 1px dashed black; }


ul.papers {
  background: #eee; 
  border: 1px solid #ccc;
  margin: 5%; 
}

ul.papers li { 
  margin: 6pt;
  list-style-type: none;
}

ul.papers li .title { 
  font-weight: bold; 
  display: block;
}

