.dec{
  text-align:center;
  font-style: italic;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 0px;

}

.decrem{
  text-align:center;
  font-size: 80%;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom:1px #9A4E4E solid;
}

.year{
  text-align:center;
  font-size: 85%;
  margin-top: 20px;
  margin-bottom: 10px;
}

}

TD#date{
  font-size: 85%;
  padding:4px;
  vertical-align:top;
  text-align: left; 
  width:110px; 
}

TD#txt{
  font-size: 85%;
  padding:4px;
  vertical-align:top;
  text-align: justify;
}

a.yr:link {
  font-size:90%;
  text-decoration:none;
  color:#663333;
}

a.yr:visited {
  font-size:90%;
  text-decoration:none;
  color:#663333;
}

a.yr:active {
  font-size:90%;
  text-decoration:none;
  color:#663333;
}

a.yr:hover {
  font-size:90%;
  text-decoration:none;
  color:red;
  font-weight:bold;
}


