/* ---- Style sheet for Guest Book display ---- */


body {
  font-family: Verdana, Geneva,  sans-serif;
  font-size: 100%;
  background-color: grey;
  margin:0;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #333;
  color: #ccc;
  /* outline: 2px solid red; */ 
}

#header {
  text-align: center;
  color: #ccc;
  font: bold 1.5em "Times New Roman";
  padding-top: .1em;
  border-bottom: double white;
  background-image: url("Graphics/Header_1400x150.jpg");
  /* outline: 2px solid green; */   
}

a:link { color: #3ccfff; }     /* color is light blue */
a:visited { color: #fff79d;}   /* color if link has been visited, light yellow */
a:focus { color: orange;}      /* color after link has been visited and before another link is selected */
a:hover { color: pink; }       /* color when cursor is moved over link */
a:active { color:teal; }       /* color when link is selected */


h2 {
  text-align: center;
}

#content {
  position: relative;  
  margin: 0 ;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  background-color: #333;
  color: #ccc;
  /* outline: 2px solid orange; */ 
}

h2, h4 {
  text-align: center;
}

p.italicFont {
  font-style: italic;
}

#footer {
  clear: left;
  text-align: center;
  font-size: 80%;
  border-top: double white;
  color: yellow;
  padding-bottom: 10px;
  background-image: url("/Graphics/Header_1400x150.jpg");
}

