            body {
                background-color: #FFFFFF;
                font-family: "Courier New", Courier, monospace;
            }
            .parallax {
                 /* The image used */
                 background-image: url("DeRaptuProserpinae.png");
               
                 /* Set a specific height */
                 min-height: 60rem; 
               
                 /* Create the parallax scrolling effect */
                 background-attachment: fixed;
                 background-position: center;
                 background-repeat: no-repeat;
                 background-size: cover;
            }
            .main {
                width: 50rem;
                height: 160rem;
                padding: 2rem; /*1rem .75rem 2rem 1rem;*/
                background: rgba(255, 255, 255, .9);
                margin-left: 27rem;
                border: 2px solid #924444;
                height: 50rem;
            }
            h2 {
                font-weight: bold;
                clear: both;
            }
            .noticeCenter {
                margin-top: 1rem;
                margin-left: auto;
                margin-right: auto;
                display: block;
                width: 28rem;
                border: 1px solid black;
                padding: .3rem;
            }
            .noticeRight {
                float: right;
                display: block;
                width: 12rem;
                border: 2px solid black;
                padding: .5rem 0 .5rem 1rem;
            }
             a:link {
                text-decoration: underline;
                font-weight: bold;
                color: #000;
            }
            a:visited {
                text-decoration: underline;
                font-weight: bold;
                color: #924444;
            }
            a:active {
                text-decoration: underline;
                font-weight: bold;
                color: #396A91;
            }
            a:hover {
                text-decoration: none;
                color: #396A91;
            }
            ul.information {
                list-style-image: url("right-pointer.png");
            }
            li {
                padding-left: 1rem;
            }
            ul.horizontal {
                list-style-type: none;
            }
            ul.horizontal > li {
                float: left;
                padding-right: 2rem;
            }
            img.illus {
                display: block;
                margin-left: auto;
                margin-right: auto;
                border-bottom: 1.5px solid #eeeeee;
                border-left: 1.5px solid #eeeeee;
                border-right: 1.5px solid #eeeeee;
            }
            img.example {
                border: 1.5px solid #eeeeee;
                float: left;
                margin-bottom: 1rem;
            
            }
            sup {
                line-height: 0;
                font-size: 0.75em;
                position: relative;
                top: -0.5em;
                vertical-align: baseline;
            }
            .clear {
                clear: both;
            }
            .left {
                float: left;
                width: 32rem;