body {
        color: black;
		background: #CCCCFF;
        font-family: Verdana, "Century Gothic", "Times New Roman", Garamond, serif;
 }

 h1,h2,h3,h4,h5,h6 {
        font-family: sans-serif;
        color: white;
 }
 h1 { font-size: 125%; }
 h2 { 
		font-size: 125%;
		color: Black;
 }
 h3 { font-size: 100%; }
 h4 {
	font-size: 75%;
	color: BLUE;
 }
 h5 {
	font-size: 50%;
	color: black;
 }
 h6 { 
	font-size: 33%;
	color: blue;
 }
 
 p.txt { 
 	text-indent: 2em;
	margin-left: 1em; 
 	margin-top: 0; 
 	margin-bottom: 0; 
 }
 
 em { 
 	text-transform: uppercase;  
 	font-weight: bold; 
	color: red; 
}
 	
 pre { 
 	color: black;
 	font-family: Courier, monospace ; 
 	font-weight: bold;
 }
 
 div.box { 
 	color: Black;
 	background: #99CCff; /* rgb(204,204,255); */
 	padding: 0.5em;
 	width: 97%;
 	border: solid; 
 	border-width: thick; 
 	border-color: #003399;
 	margin-top: 1em; 
 	margin-bottom: 1em;
 }
 
 textarea.gb {    /*this is used to put a sidewalk background in the addguest form, and make the writing look like chalk*/
 	color: White;
 	background: #808080;
 	background-image: url(images/sidewalk2.jpg);
 	font-family: Trendy, "Lucida Sans", Arial;
 	font-weight: bold;
 	font-style: italic;
 	font-size:18px;
 }
 
 textarea.scribble {    /*Second one is used to show a different sidewalk*/
         color: White;
         background: #808080;
         background-image: url(images/sidewalk.jpg);
         font-family: Trendy, "Lucida Sans", Arial;
         font-weight: bold;
         font-style: italic;
         font-size:18px;
 }
 
 tr.gb { 	/*used to add sidewalk picture behind text in guestbook  */
         color: White;
         background: #808080;
         background-image: url(images/sidewalk2.jpg);
         font-family: Trendy, "Lucida Sans", Arial;
         font-weight: bold;
         font-style: italic;
 	font-size:22px;
 }
 
 tr.scribble {         /*used to add sidewalk picture behind text in guestbook  */
         color: White;
         background: #808080;
         background-image: url(images/sidewalk.jpg);
         font-family: Trendy, "Lucida Sans", Arial;
         font-weight: bold;
         font-style: italic;
         font-size:22px;
 }
 
 
 :link { color: BLUE } /* for unvisited links */
 :visited { color:  BROWN } /* for visited links */
 :active { color: rgb(255, 0, 102) } /* when link is clicked */
 :hover { color: #333333 } /* when mouse is over link */
 
 
 
