/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body   { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: silver }

/* Festlegung des Fonts */

p,h1,h2,h3,h4,h5,h6,div,input,textarea  { font-family: Arial, sans-serif, Verdana, Arial, Helvetica, sans-serif }

/* Formatierung der großen Seitenüberschrift */

0  { font-size: 0; text-align: center; border-width: 0 }

/* Formatierung von Hyperlinks */

a:link   { color: yellow; text-decoration: none }
a:visited   { color: yellow; text-decoration: none }
a:hover  { color: yellow; text-decoration: underline }
a:active  { color: yellow; text-decoration: underline }
