
/* styles for the left column navigation - links */

#BWleftcol     {
        width: 150px;
        height:100%;
        background-color:#FFE4E1;
        text-align:left;
        }
#BWleftcol ul, dl {
        list-style: none;
        margin:0 0 0 5;
        padding: 0 0 1 0px;
        }
#BWleftcol li, dt, dd {
        list-style: none;
        font: 500 11px verdana, sans-serif;
        display: block;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #0000CD;
        margin: 0;
        color: #0000ff;
        text-decoration:none;
        padding: 8px 0px 8px 0px;
        }
#BWleftcol a{
        margin: 0;
        color: #0000ff;
        text-decoration:none;
        }
#BWleftcol a:hover {
        color: #FE2306;
        text-decoration:none;
        }
#BWleftcol a:visited{
        color: #0000ff;
        text-decoration:none;
        }    
#BWleftcol a:visited:hover{
        color: #0000ff;
        text-decoration:none;
        }

/* styles for story paragraphs */
#story p{
        text-indent: 1cm;
        margin-bottom: .60cm;
        }
        

a.patop {
         text-decoration: none;
         }