table.whatsnew{
  background-color: #ffffff;
}

th.whatsnew-icon{
  text-align: left;
  font-size: 80%;
  line-height: 120%;
  border-left: 3px solid #008B18;
  border-bottom: 1px dotted #999;
}

th.whatsnew-title{
  text-align: left;
  font-size: 80%;
  line-height: 120%;
  border-bottom: 1px dotted #999;
}

th.whatsnew-botton{
  text-align: right;
  font-size: 80%;
  line-height: 120%;
  border-bottom: 1px dotted #999;
}


td.whatsnew-icon{
  text-align: left;
  font-size: 80%;
  line-height: 130%;
  border-left: 3px solid #7FC58B;
  border-bottom: 1px dotted #999;
}

td.whatsnew-yyyymmdd{
  text-align: left;
  font-size: 80%;
  line-height: 130%;
  border-left: 3px solid #ffffff;
  border-bottom: 1px dotted #999;
}

td.whatsnew-title{
  text-align: left;
  font-size: 80%;
  line-height: 130%;
  border-left: 3px solid #ffffff;
  border-bottom: 1px dotted #999;
}

td.whatsnew-caution{
  font-weight: bold;
  margin: 0.5em;
  padding: 0.5em;
  border: 0.2em dotted #ff0000;
}

a{
  text-decoration: none;
}



