/* Gray Fish CSS Template */

/* colore di sfondo */
html, #ft p {
  background: #e0e0e0;
}
/* colore di primo piano */
#hd, #bd {
  background: #f1f1f1;
}
/* Colore del link del summary al passaggio del mouse */
.summary:hover {
  background: #e0e0e0;
}
