﻿#Story {
    position: relative;
    width: 96%;
    left: 2%;
    margin-top: 10px;
    background-color: #e6e2c1;
}
    #Story fieldset {
        background-color: #e8e8e8;
        border-style: solid;
        border-width: 2px;
        border-color: white lightgrey darkgrey black;
    }
    #Story legend {
        width: 300px;
        margin-left: calc(50% - 150px);
        text-align: center;
        font-size: 14pt;
        color: black;
        font-weight: bold;
        background-color: #e6e2c1;
        border-style: solid;
        border-width: 2px;
        border-color: sandybrown peru sienna saddlebrown;
    }
    #Story p.normaltext {
        font-size: 14pt;
        text-indent: 30px;
    }
    #Story p.boldtext {
        text-align: center;
        font-size: 14pt;
        text-indent: 30px;
        font-weight: bold;
    }
    #Story a {
        font-weight: bold;
        text-decoration: none;
        color: mediumblue;
    }
    #Story a:hover {
        font-weight: bold;
        color: #FF0000;
        background-color: #E0E0E0;
    }
    /* For Pubs pages */

    #Story p.ipub {
        text-align: left;
        font-style: italic;
        font-size: 14pt;
    }
    #Story p.hpub {
        text-align: left;
        font-size: 16pt;
        font-weight: bold;
    }
    #Story p.npub {
        text-align: left;
        font-size: 14pt;
        text-indent: 10px;
    }
    #Story p.cpub {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }
    #Story p.apub {
        text-align: center;
        font-size: 14pt;
        font-weight: bold;
    }
#Story span.refupper {
    vertical-align: super;
    font-size: smaller;
}

