Hi Satish,
Keep one more column in the table and put the lowest value in that.
Write a script in each column cell...
Then just put the below code in form ready event of that particular field, it gets calculated for every row instance.
if(<your condition>){
this.font.weight = "bold";
}
I am not sure of the underline code.
Regards