body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #000;
  margin: 0;
  padding: 0;
}
a { color: #0033CC; text-decoration: none; }
a:hover { text-decoration: underline; }
#header {
  border-bottom: 1px solid #CCC;
}
#footer {
  text-align: center;
  background: #EEE;
  padding: 10px;
  font-size: 12px;
  border-top: 1px solid #CCC;
}
.star { cursor: pointer; font-size: 20px; color: gray; }
.star.active { color: gold; }
#comments { border-top: 1px solid #CCC; margin-top: 10px; padding-top: 10px; }
.comment { margin: 5px 0; border-bottom: 1px solid #EEE; }

