/*  Style sheet for the NAND testing results  */
html {
  margin: 20px;
  padding: 0px;
  }

body {
  font: 11pt georgia;
  color: #000000;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  }

table {
  border-style: solid;
  border-width: 2px;
  border-color: #A0A0A0;
  border-collapse: collapse;
  }

th, td {
  border-style: solid;
  border-width: 2px;
  border-color: #A0A0A0;
  margin: 0px;
  padding: 6px;
  text-align: center;  
  }

td.laptop {
  text-align: left;
  }

th.write_mean, td.write_mean {
  color: #C00000;
  }

tr.summary {
  font-weight: bold;
  }
