#content h1 {
   text-align: center;
}
#content table {
   margin-left: auto;
   margin-right: auto;
   width: 100%
}
#content table th, #content .category {
   text-align: left;
   font-size: larger;
   color: white;
   background-color: #1C5072;
   font-weight: bold;
}
#content .category {
   text-align: center;
}
#content .title a:hover {
  color: #FEC050;
}
#content .title a {
  color: black;
}
#content .title {
   font-weight: bold;
   color: black;
   text-align: left;
}
#content .thumbnail {
  width: 120px;
  text-align: center;
  font-size: smaller;
}
#content a {
   text-decoration: none;
   color: white;
}
#content .description a {
   text-decoration: none;
   color: #FEC050;
}

