A { 
  color:#0000ff; 
  text-decoration: underline;
  font-size: 14px; 
}

A:hover { 
  color: #ff0000; 
  text-decoration: none; 
  font-size: 14px; 
}

A.r { 
  color:#ff0000; 
  text-decoration: underline; font-weight : bold;
   font-size: 16px;
}

A.r:hover { 
 color:#ff0000; 
  text-decoration: none; font-weight : bold;
  font-size: 16px;
}

td
{
color: #666666;
		font-size: 12px;
}

p
{
font-family:  Arial, sans-serif;
color: #cccccc;
font-size: 9px;
}
