@import url("site.css");

body
{
    background-color: #CCCCFF;
    background-image: url(../backs/bubbles.jpg);
    color: black;
    font-family: "Lucida Sans", Tahoma, sans-serif;
    font-size: 14px;
    margin: 20px 20px 0px 20px;
}



/*
 * Story format.
 */
#story
{
    color: black;
    font-family: Lucida Sans, Tahoma, sans-serif;
    font-size: 18px;
    padding: 20px 0px 20px 0px;
    text-align: justify;
    text-indent: 25px;
    position: relative;
    left: 20%;
    width: 60%;
}

