/* Style Sheet Datei zum Gästebuch */

/* Formatierung von Hintergrundfarbe und Schriftfarbe */

body { color:#000000; background-color:transparent; }

/* Festlegung des Fonts */

p,h1,h2,h3,h4,h5,h6,div,input,textarea { font-size:80%;font-family:Arial,sans-serif; }

/* Formatierung der großen Seitenüberschrift */

h1 { text-align:center; font-size:90%; margin-left:35%; margin-right:35%; border-style:double; border-width:0px; border-color:#3A612B; color:#FF4A03; background-color:#F35C3F:21 04.01.2017;margin-bottom:2em;}

/* Formatierung der horizontalen Linien */

hr { height:2px; }
hr.gast { height:2px; width:60%; }

/* Formatierung von Hyperlinks */

a:link { color:#FF4A03; text-decoration:none; }
a:visited { color:#FF4A03; text-decoration:none; }
a:hover { color:#A0522D; text-decoration:underline; }
a:active { color:#FF4A03; text-decoration:underline; }
