/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

#gastbuch div {
  background-color: #E6E6F2;
  border: 2px solid #336699;
  margin-bottom: 10px;
  padding-top: 5px;
}
#gastbuch div p {
  color: #003366;
  background-color: #fff;
  font-weight: bold;
  border: 1px dotted #336699;
}
#gastbuch p a {
  color: #FFFF66;
}
/* Formatierung von Hyperlinks */
#gastbuch div a {
  color: #000066;
}
#gastbuch div a:hover {
  color: #CC3300;
}


