<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 1.2em; 
  background-color: ivory; 
  color: #800000; 
  font-family: verdana, arial, sans-serif;
}

p.para {
  text-indent: 2em; 
  margin-left: 2%; 
  margin-right: 2%;
  text-size:1.1em;
  text-align: justify;
}

th, td {
  font-size:1.1em; 
}

h1,h2,h4,h5,h6 {
  text-align: center;
}
  
a.glos {
  color: forestgreen; 
  font-weight: bold
}
  
img.rt {
  float: right; 
  padding: 2px;
}
img.lf {
  float: left; 
  padding: 25px;
}

img {
  margin: 10px;
}

*.center {
  text-align: center;
}

a.litcit {
  display: block; 
  padding-left: 2em; 
  text-indent: -1em;
}

*.left {
  text-align: left;
}

*.right {
  text-align: right;
}

p.litcit {
  padding-left: 2em;
  text-indent: -2em;
}

p.one {font-size: xx-small; text-indent: +2em;}
p.two {font-size: x-small; text-indent: +2em;}
p.three {font-size: small; text-indent: +2em;}
p.four {font-size: medium; text-indent: +2em;}
p.five {font-size: large; text-indent: +2em;}
p.six {font-size: x-large; text-indent: +2em;}
p.seven {font-size: xx-large; text-indent: +2em;}
/* the above set the font size for the paragraph and indent</pre></body></html>