<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
MAIN/dicios/style.css 
*/
HTML {
/*
  font-family: "Book Antiqua", "Century Schoolbook L", "Garamond", "DejaVu Serif", "Latin Modern Math", serif; 
*/
  font-family: serif; 
  font-size: 20px; /*master font-size for whole desktop site*/
  text-align: left;
  background-color: white;
/*color: #000040;*/
  color: black;
  width: 100%; /*to prevent "overflow" badges in inspect*/
}
BODY {
  hyphens: none;
  font-size: 1.0em; /*1.0 x 20px = 20px*/
/*word-spacing: 1.3px; 1.3px 1.5px=0.08em 0.03em 0.25em*/
/*letter-spacing: 0.4px; 0.4px 0.5px*/
  padding: 0em; /*to appease Microsoft IE*/
  max-width: 1024px;
  margin-left: 5%;
  margin-right: 5%;
  line-height: normal; /*this is the default*/
}
a:link {
  color: #0000ff;
  color: #0000e0; /*same as acronym*/
  text-decoration: underline;
  text-decoration: none;
} 
a:visited {
  color: #0000f4;
  color: #0000b0;
  text-decoration: none;
}
a:hover { /*must come after :link and :visited*/
  color: red;
  text-decoration: underline;
}
a:active { /*must come after hover*/
  color: red;
  text-decoration: underline;
} 
h1 {
  hyphens: none;
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-size: 2.1em; /*42px*/
  text-align: left;
}
p {
  margin-top: 1.0em; /*default is 1.0em*/
  margin-bottom: 1.0em; /*default is 1.0em*/
  border: 0px solid black; /*scaffold dashed dotted*/
}
p.sp {
  margin-top: 2em;
}

kbd, pre {
  font-family: "Liberation Mono";
  font-family: "Noto Mono";
  font-family: "TeX Gyre Cursor";
  font-family: "Courier New", Courier;  
  font-family: "Monaco"; /*try it!*/  
  font-family: monospace, monospace;
  font-family: "Ubuntu Mono", "Courier 10 Pitch", "Noto Mono", monospace, monospace; 
  word-spacing: 0.0em; /*essential*/
  letter-spacing: 0.0em; /*essential*/
  font-size: 1.0em;
}
.nw {
  white-space: nowrap;
  hyphens: none;
}
span.sc {
  font-variant: small-caps; 
/*text-transform: uppercase;*/ 
}

img.noborder {
/*vertical-align: baseline;*/
/*vertical-align: bottom;*/
/*vertical-align: middle;*/
  vertical-align: top;
  border: 0px solid black; /*scaffold dashed dotted*/
}
ul {
  hyphens: none;
}
ol.abc {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: lower-latin;
}
ul.nolabel {
  list-style-type: none;
}
ul.disc {
  list-style-type: disc;
}
ul.square {
  list-style-type: square;
}
li {
   margin-top: 0.5em;
}
li p {
  margin-top: 0.2em;
}
.red {
  color: red;
/*font-weight: bold;*/
}
.blood {
  color: #c00000;
}
span.blue {
  color: #4000ff;
}
span.green {
  color: #00a000;
}
span.gray {
  color: #8080b0;
}

.hide { 
  color: #202020;
  background-color: #d0ffd0;
/*display: none;*/
}

div.footer {
  hyphens: none;
  margin-top: 2.5em;
  margin-bottom: 50em;
  word-spacing: 0px;
  letter-spacing: 0px;
  font-size: 0.80em; /*16px*/
  line-height: normal; /*this is the default*/
}
div.footer p {
  margin-top: 0em;
  margin-bottom: 0em;
}
div.footer p.license {
  margin-top: 0.5em;
  margin-bottom: 4em;
}
div.footer p.validator {
  margin-top: 0em;
  text-align: right;
}
div.footer img.tidy { 
  border: 0px solid blue; /*scaffold dashed dotted*/
/*height: 16px;*/
/*width:  39px;*/
  height: 0.86em;
  width:  2.10em;
  padding-left: 5px;
/*float: right;*/
}
div.footer img.w3 { 
  border: 0px solid blue; /*scaffold dashed dotted*/
/*height: 31px;*/
/*width:  88px;*/
/*height: 25px;*/
/*width:  63px;*/
  height: 1.37em;
  width:  3.69em;
  padding-left: 5px;
/*float: right;*/
}
div.footer img.r { 
  border: 0;
  width:  88px;
  /*height: 31px;*/
  width:  70px;
  padding-left: 5px;
/*float: right;*/
}

div.propaganda {
  margin-top: 12em;
  margin-bottom: 2em;
  font-size: 0.8rem; /*16px*/
  hyphens: none;
  line-height: normal; /*this is the default*/
}
div.beyondend { /*after /html*/
  background-color: #e8e8e8;
  margin-top: -10em;
}
</pre></body></html>