body {
  background-color: #f0f0f0;
  margin: 30px 30px;
}



A:link    { color: #0040ff }   

div.year {
// text-align: center;  
  margin-bottom: 5px; 
  font-weight: bold;
  font-size: large;
  font-family: sans-serif;
  color: #707070;
  border-bottom-width: 2px;
  border-bottom-color: #a0a0a0;
  border-bottom-style: solid;

}

A { text-decoration: none;  }
a.paper { font-weight: bold; font-size: large; 
          font-style: normal; font-family: sans-serif;
          color: #7070b0;}


A:visited { color: #7070b0 }  
A:hover   { color: blue } 
A:active  { color: blue }   


table { 
  border-spacing: 50px;
}

td { 
  vertical-align: top;
  padding: 10px;
  background-color: #f8f8f8
}

b {
  font-family: sans-serif;
}

#head {
  font: bold large sans-serif;
  color: #707070;
  border-bottom-width: 2px;
  border-bottom-color: #a0a0a0;
  border-bottom-style: solid;
}

#indent {
  margin-left: 50px;
  margin-bottom: 20px;
}