Index: /issm/trunk/cron/report.sh
===================================================================
--- /issm/trunk/cron/report.sh	(revision 942)
+++ /issm/trunk/cron/report.sh	(revision 943)
@@ -41,5 +41,5 @@
 	.issmh2 {
 		margin-top:1.5em;
-		width:900px;
+		width:800px;
 		background: transparent;
 		color: #6495ed;
@@ -53,5 +53,5 @@
 		word-wrap:break-word;
 		padding:4px;
-		width:900px;
+		width:800px;
 		border:1px dashed #000000;
 		text-align: left;
@@ -104,6 +104,6 @@
 	else
 
-		echo "<table cellspacing=\"-1\" width=\"900px\" style=\"font-family: Arial, Verdana, Tahoma; color: #404040;\">"
-		echo "<tr> <th>Result</th> <th>Tolerance</th> <th>Test</th>  <th>Solution</th> <th>Field</th> </tr>"
+		echo "<table cellspacing=\"-1\" width=\"800px\" style=\"font-family: Arial, Verdana, Tahoma; color: #404040;\">"
+		echo "<tr> <th style=\"font-size:14px;\">Result</th> <th style=\"font-size:14px;\">Tolerance</th> <th style=\"font-size:14px;\">Test</th>  <th style=\"font-size:14px;\">Solution</th> <th style=\"font-size:14px;\">Field</th> </tr>"
 
 		# go through the lines of $package.log
@@ -121,5 +121,5 @@
 
 			#build html corresponding line
-			cat $package.log | awk '{ printf "line%so %s\n", NR, $0 }' | awk '/line'$i'o/ {printf("<td '$color'>%s</td><td '$color'> %s%s%s</td><td '$color'> %s</td><td '$color'> %s</td><td '$color'> %s</td>",$2,$4,$5,$6,$8,$10,$14);}';
+			cat $package.log | awk '{ printf "line%so %s\n", NR, $0 }' | awk '/line'$i'o/ {printf("<td '$color' style=\"font-size:14px;\">%s</td><td '$color' style=\"font-size:14px;\"> %s%s%s</td><td '$color' style=\"font-size:14px;\"> %s</td><td '$color' style=\"font-size:14px;\"> %s</td><td '$color' style=\"font-size:14px;\"> %s</td>",$2,$4,$5,$6,$8,$10,$14);}';
 			echo "</tr>"
 		done
