<style type="text/css">
* { font-family: arial; }
-td,body { background-color: white; border: orange; }
+td,body { background-color: white; border: orange; font-size: 75%; }
.tr_nobr td { border-top: 3px solid orange; }
-table { background-color: orange; border: orange; }
+table { background-color: orange; border: orange; /* border-collapse: collapse; */ }
td textarea { width:100%; height:100%; }
a, a img { text-decoration:none; color: darkblue; border:none; }
li a, a:hover { text-decoration:underline; }