

body{
	font-family: 'Open Sans', sans-serif;
    font-size:  1.3rem;
      color: #000000;
    margin-top: 0px;
	background-color: #E6E6FA;
	
}
#content{
    width: 424px;
	background-color:#DAF1EA;
  text-align:center;
	table style="text-align:center;";	
}
 
td { font-size: 1.2rem };
table {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  border: 1px solid black; 
	    margin-left:auto;
    margin-right:auto;
 
}


caption {
  text-align: left;
  color: silver;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}

thead {
  background: SteelBlue;
  color: white;
}

th,
td {
  padding: 5px 10px;
}

tbody tr:nth-child(even) {
  background: WhiteSmoke;
}

tbody tr td:nth-child(2) {
  text-align:center;
}


h2 {
  text-align:center;
  font-size: 20px ;
 color: #000099;}

