/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body { color:#000000; background-color:#FFFFFF; }

#gastbuch div {
  background-color: #E6E6F2;
  border: 2px solid #336699;
  margin-bottom: 10px;
  padding-top: 5px;
}
#gastbuch div p {
  color: #000066;
  font-weight: bold;
  text-align: justify;
}
#gastbuch p a {
  color: #3E5A89;
}
#gastbuch p a:hover {
  color: #000033;    
  text-decoration: none;
  font-weight: bold;
}
/* Formatierung von Hyperlinks */
#gastbuch div a {
  color: #000066;
}
#gastbuch div a:hover {
  color: #996600;
}
a:link { color:#0000FF; text-decoration:none; }
a:visited { color:#6969E0; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }

