.Item {
   cursor: hand;
   font-family: comic sans ms, Arial, Helvetica; 
   font-size: 11;
   font-style: normal;
   background-color: white;
   color: black
 }
.Highlight {
   cursor: hand; 
   font-family: comic sans ms, Arial, Helvetica;
   font-size: 13;
   font-style: bold;
   font-weight: bolder;
   background-color: white;
   color: rgb(76,92,171)
 }
table {
   font-family: comic sans ms, Arial, Helvetica;
   font-size: 12;
   font-style: normal;
   font-weight: normal;
   background-color: white;
   color: black
 }
A { text-decoration:none;
    font-style: bold;}
