a {text-decoration:none}
a:link {color:black}      /* unvisited link */
a:visited {color:black}  /* visited link */
a:hover {color:blue}  /* mouse over link */
a:active {color:black}  /* selected link */

font.title {
  font-size: 180%;
  font-weight:bold;
  color: black;
}

table.title {
   width:100%;
   border-width: 0px;
   border-spacing: 1ex;
   border-style: none;
   border-collapse: collapse; /* collapse separate */
   table-layout: fixed;
}


table.title td {
   border-width: 0px;
   padding: 3px;
   border-style: none;
   background-color: #d8a9ff; /* #d8a9ff #8B139C; #B4CFEC #56018D */
   text-align: left;
   text-indent: 2ex;
}

font.title {
  color: black;
}
