BODY { 
	font-family: "Arial", sans-serif;
	color: black;
	background-color: #F0FBFF;
//	background-color: white;
  }

h1 {
    font-size: 30pt;
    font-weight: 900;
}
div.container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

div.row  {
    display: table-row;
}

div.cell {
    display: table-cell;
    padding: 10px;
}
