/* Copyright 2024 FoundingDocuments.org. All Rights Reserved. 2024-07-05 */
body { display: grid; } table#indexlist { justify-self: center; width: 38em; } tr.indexhead, th.indexcolname, th.indexcolsize { font-family: bold; font-size: 1.3em; text-align: left; } td.indexcolname, td.indexcolsize { font-size: 1.2em; } @media only screen and (prefers-color-scheme: light) { a:link { color: rgb(0, 100, 0); text-decoration: none; } a:visited { color: rgb(0, 0, 128); text-decoration: none; } a:hover { text-decoration: underline; } } @media only screen and (prefers-color-scheme: dark) { p, tr.indexhead, td.indexcolname, td.indexcolsize { color: rgba(190, 255, 190, 1); } a:link { color: rgba(0, 150, 0, 1); text-decoration: none; } a:visited { color: rgba(180, 255, 242, 1); text-decoration: none; } a:hover { text-decoration: underline; } } 