/* CameliasInnStyle.css   */
/* An external stylesheet */

a       { text-decoration: none }

        //body    { background-image: url(PageBackground.jpg) }
        body      { background-color: #eedda0 }        
        // that is 255-229-181
	  //  body      { background-color: #ffe5b5 }
        // that is 238-221-160

        h1       { font-family: Curlz MT;
	           color: Brown;
	           font-size: 52;
	           text-align: center;
		   font-weight : 50 }

	h2       { font-family: Curlz MT;
	           color: Brown;
	           font-size: 24;
		   text-align: center }

	h3       { color: Brown;
		   font-size: 18 }

	h4	 { font-family: Curlz MT;
		   color: Brown;
		   font-size: 18  }
	
	h5       { font-family: Book Antigua;
                 color: Black;
		     font-size: 14 }

	h6      { color: Blue;
	           font-size: 18 }




