
body {
  background-color: #DFFFFF;
  background-image: url(above_clouds.jpg);
  font-family: "Platino Linotype", Sylfaen, Georgia, serif; 
}
h3 {
  text-align:center;
}

  
p.heading {
  font-size: large;
  font-weight: bold;
  margin-top: 0;
}

p.narrative {
  font-size: 1.25em;
  margin-left: 5%;
  margin-right: 5%;
  }
  
p.hlight {
  font-weight:bold;
  font-size: 1.5em;
  margin-left: 5%;
  margin-right: 5%;
  }

span.emph {
  font-weight: bold;
  }
  
 mark {
  	background-color: #00008B;
	color: white;
} 

ul {
  list-style-type: square;
  margin-left: 6%;
  padding: 20px;
} 
  
#checks { margin-left:5%; }
#checks2 { margin-left:5%; }

#title { text-align: center; }

#home  { text-align: center; }

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #000080;
}

thead {
    display: table-header-group;
    vertical-align: middle;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
}

tfoot {
    display: table-footer-group;
    vertical-align: middle;
}

table > tr {
    vertical-align: middle;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

th {
    font-weight: bold;
	background-color: #B0C4DE;
}

caption {
    display: table-caption;
    text-align: center; 
	font-weight: bold;
	background-color: #00008B;
	color: white;
}
  
