
/* Stating the body information. */

body { 
       background-color:#D7CCA2;
       color:#000000;
       margin:0px 0px 0px 0px;
       font-family: "Palatino Linotype", "Book Antiqua", serif;
     }

/* Stating the navigation bar information. */

  .navtext {
	font-size: small;
        color: #E5D7BB;
        margin:1px 0px 0px 0px;
        position: relative;
        font-family: "Book Antiqua", "Goudy Old Style", serif;

        }

  .navtext      A:link { text-decoration:none;
                 color: #B77B0F; }
  .navtext      A:visited { text-decoration:none;
                 color: #B77B0F; }
  .navtext      A:active { text-decoration:none;
                 color: #3D4760; }
  .navtext      A:hover { background: #44061D; }

  .foottext {
	font-size: xx-small;
        color: #E5D7BB;
        margin:0px 0px 0px 0px;
        position: relative;

        }

  .foottext      A:link { text-decoration:none;
                 color: #A23F3F; }
  .foottext      A:visited { text-decoration:none;
                 color: #4F1212; }
  .foottext      A:active { text-decoration:none;
                 color: #53638C; }
  .foottext      A:hover { background: #A59576; }



/* Remember, order is top right bottom left */



 .storypage {
                margin:40px 90px 15px 90px;
                position: relative;
		padding:15px 50px 0px 50px;
 	        background-color:#FFFFFF;
		border-style:solid;
		border-width:3px;
		border-color:#B77B0F;

                }


  #bodynorm      A:link { text-decoration:none;
                 color: #53638C; }
  #bodynorm      A:visited { text-decoration:none;
                 color: #3D4760; }
  #bodynorm      A:active { text-decoration:none;
                 color: #A23F3F; }
  #bodynorm      A:hover { background: #8F8165; }



img.floatLeft { 
    float: left; 
    margin: 4px; 
}



