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