td.text
{
font-family: Tahoma;
color: #003399;
font-size: 90%;
}

a 
{
  font-family: Tahoma;
  font-size: 95%;
  color:blue;
  cursor: hand;
  text-decoration : none;
  }

a div 
{ 	
   display: none;
   font-Family: Tahoma;
   font-Weight: normal;					
   color: #003399;
   text-decoration : none;		
}

a.showAns div { display: block; }
a.hideAns div { display: none; }
