    /*
    =======================================
    Cascading Stylesheet File
    Written by Bryce Summers on Feb.18.2025
    Edited  by Bryce Summers on Feb 27.2025
    =======================================
    */


    /* Selectors and Formatting Directives go here */
    html
    {
        background-color: #888888;
        height:100%;
    }

    body
    {
        margin:25px;
        /*background-color: #dddddd;*/
        background-color: white;
        max-width:900px;
        padding:.5in;
        border-style: solid;
        border-color:black;
        border-width: 1px;
        border-right-width:2px;
        border-bottom-width:2px;
        margin-left:auto;
        margin-right:auto;
    }


    h1
    {
        text-align:center;

        /*
        border-bottom-style:solid;
        border-bottom-color:black;
        border-bottom-width:1px;
        */
    }




    /* Diff Document: Visualize edits needed to correct transcript. */
    p
    {
        font-size:16pt;
        color:black;
        padding:10px;
        background-color:#eeeeee;
    }

    .Insertion, .Substitution
    {
        color:blue;
    }

    .Deletion
    {
        color:red;
        text-decoration: line-through;
        /*text-decoration: underline;*/
        padding-bottom:10px;
        font-size:12pt;
    }

    
    .Deletion:hover
    {
        text-decoration: underline;
    }
    