  /* ÂÜÀòÊÓÆµ CSS Document */

/* A period ( . ) indicates a class, and a hash ( # ) indicates an ID. The fundamental difference between is that you can reuse a class on your page over and over, whereas an ID can be used once. */


/*ÂÜÀòÊÓÆµ Table style standards*/

.doetables {
  border: 1px solid #000;
}

.doetables table, th, td {
  border: 1px solid;
}

.doetables th {
  text-align:center;
  background-color: #dae7ed;
  color: #000;
}

.doetables th, td {
vertical-align: top;
 padding: 5px;
 }
