/* Multiplication Style Sheet
   Created 2015 March 1
==============================================================================*/

.divElementStyle {          /* For the table area */
  width:500px;
  background-color:#ffffcc;
  border: 1px solid black;
  text-align: center;
  margin-top: 20px; }

.tableHeader {
  text-align: center;
  font-size: 1.2em;
  font-family: sans-serif;}

table {
  margin-left: auto;  
  margin-right: auto;
  font-size: 1.5em; }

td, th {
  width: 40px;
  text-align: right; }
  
