a.heading {
  font-size: 20px;
  font-weight: 800;
}

tr#title td {
   font-weight: 800;
   font-size: 17px;
   font-family: arial;
   background-color: #BBBBBB;
}

tr#lesser td {
   font-family: sans;
   background-color: #EEEEEE;
}

td#brief {
   font-size: 15px;
   font-family: sans;
   background-color: #DDDEEE;
}

td#description {
   font-size: 10px:
   font-family: arial;
   background-color: #FFFFFF;
}

sup { 
	vertical-align:text-top;
	font-size:60%; 
}


