.hide{
display: none;
}
.show{
display: block;
}

body { margin:0px; font-family: courier new; font-size: 15px */ }

a.simple:link {text-decoration: none; color: black;}
a.simple:visited {text-decoration: none; color: black;}
a.simple:active {text-decoration: none}
a.simple:hover {text-decoration: underline; color: red;}

a.noline:link {text-decoration: none; color: blue;}
a.noline:visited {text-decoration: none; color: blue;}
a.noline:active {text-decoration: none}
a.noline:hover {text-decoration: underline; color: red;}

.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}

.table-align {
  text-align: left;
  empty-cells: show;
}

.table-align td{
  padding: 2px;
  spacing: 5px;
}

.cell-align {
  vertical-align: top;
}
