@font-face
{
font-family: "Figures";
src: local("Figures"), url("font/Figures.woff2") format("woff2"), url("font/Figures.woff") format("woff"), url("font/Figures.ttf") format("truetype");
font-style: normal; 
font-weight: normal; 
}

body {
font-family: Figures, Tahoma;
background-color: MediumAquamarine;
font-variant: small-caps;
font-weight: normal;
font-size: 100%;
}

p {
font-family: Figures, Tahoma;
font-variant: small-caps;
font-weight: normal;
font-size: 100%;
}

a {
font-family: Tahoma;
font-variant: small-caps;
font-weight: bold;
font-size: 100%;
text-decoration: none;
}

caption {
font-family: Tahoma;
font-variant: small-caps;
font-weight: bold;
font-size: 150%;
color: DarkGreen;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

h1 {
font-family: Tahoma;
font-variant: small-caps;
font-weight: bold;
font-size: 200%;
display: block;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

h2 {
font-family: Figures, Tahoma;
font-variant: small-caps;
font-weight: normal;
font-size: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
filter: invert(100%);
-webkit-filter: invert(100%);
}

.sm {font-size: 150%;}
.nt {font-variant: normal;}
.ch {font-size: 25%;
font-family: Figures, Tahoma;
font-weight: bold;}

.list details + details {
margin-top: 0;
}
.list summary {
font-size: 100%;
font-family: Figures, Tahoma;
font-weight: bold;
cursor: pointer;
color: Navy;
}
.list ul {
list-style: square outside;
font-size: 75%;
font-family: Figures, Tahoma;
margin: 0;
padding: 1;
}
.list summary:hover {
color: Teal;
}

copyleft {
font-size: 50%;
font-family: Verdana;
font-variant: normal;
font-weight: bold;
color: DarkGreen;
}