#content h1 {
   text-align: center;
}
#content table th {
   text-align: center;
   font-size: larger;
   color: white;
   background-color: #1C5072;
}
#content .title {
   font-weight: bold;
   width: 12em;
   color: #1C5072;
   text-align: center;
}
#content table td {
   border: 1px solid black;
}

