            body {
                font-family: arial;
                margin-top: 20px;
            }
        
            #content {
                width: 800px;
                padding: 10px;
                margin-left: auto;
                margin-right: auto;
                min-height: 400px;

            }
            
            
            h1 {
                color: #9CC318;
                font-size: 2em;
                font-weight:normal;
                margin-top: 3px;
                
            }
            
            h2 {
                margin-top: 3px
                margin-bottom: 0px;
                font-size: 18px;
                color: #303030;
            }
            
            h3 {
                margin-top: 3px
                margin-bottom: 0px;
                font-size: 16px;
                color: #303030;
            }

            p {
                margin-top: 0px;
                color: #333333;
            }
            
            ul {
                color: #333333;
            }

            #sparqlquery {
                width: 400px;
                height: 150px;
                display: block;
            }
            
            #sqr_head {
                text-align: left;
                font-size: 14px;
            }
            
            #sqr_body {
                font-family: courier;
                font-size: 14px;                
            }
            
            #sqr_body td {
                padding: 3px;
            }

            .sparql_ex {
                font-size: 13px;
                text-decoration: underline;
                color: blue;
                cursor: pointer;
                margin-right: 5px;
            }
            
            #yearlist a {
                padding-right: 5px;
                color: blue;
                text-decoration: underline;
                cursor: pointer;
            }
            
            .field_title {
                font-weight:bold;
                color: #606060;
                font-size: 12px;
            }

            .field_value {
                font-weight:bold;
                color: #009900;
                font-family: courier;
                font-size: 12px;
                text-align: right;
            }
            
            .statement_heading {
                font-weight:bold;
                display:block;
                margin-top:10px;
            }
            
            #statement_main {
                width:95%
            }
            
            #footnotes {
                font-size:14px;
            }
            
            .footnote_single {
                margin-top: 10px;
            }
            
            .footnote_assertion {
                margin-top: 5px;
                padding-left: 10px;
            }
