Hello Jon,
I do not see css allowed in the attachments description, so here it is: (Note, only partly changed per Dion's suggestions at this point.)
Code:
@charset "utf-8";
/* Page Last Updated */
/* Sunday, March 28, 2021 8:29 AM */
body {
background: none repeat;
}
div.main {
width: 100%;
}
div.inlgbdr {
border: solid 6px #cc6600;
padding: 12px;
margin-left: auto;
margin-right: auto;
}
div.floatl {
float: left;
padding: 6px;
}
div.floatr {
float: right;
padding: 6px;
}
a:link {
color: #000000;
background: none repeat;
}
a:visited {
color: #cc6600;
background: none repeat;
}
a:hover {
border: none;
color: #cc6600;
background: none repeat;
}
img {
border: none;
}
p {font: 1em "Times", "Times New Roman", serif;
margin-top: 0;
margin-bottom: 0px;
}
.f {
font-family: "Times", "Times New Roman", serif;
}
.f1 {
font: .667em "Times", "Times New Roman", serif;
}
.f2 {
font: .833em "Times", "Times New Roman", serif;
}
.f3 {
font: 1em "Times", "Times New Roman", serif;
}
.f4 {
font: 1.1667em "Times", "Times New Roman", serif;
}
.f8 {
font: 3em "Times", "Times New Roman", serif;
margin-top: 1.0em;
margin-bottom: 1em;
}
p.lgqt {
margin-left: +36px;
margin-top: 0;
margin-bottom: 6px;
margin-right: +36px;
font: 1em "Times", "Times New Roman", serif;
}
.ctr {
text-align: center;
}
.rt {
text-align: right;
}
.left {
text-align: left;
}
.just {
text-align: justify;
}
.in1 {
margin-left: 24px;
}
.in2 {
margin-left: 48px;
}
.in3 {
margin-left: 72px;
}
.in4 {
margin-left: 96px;
}
h1 {
text-align: center;
font: bold 2em "Times", "Times New Roman", serif;
color: #cc6600;
background: none repeat;
}
h4 {
font: bold 1.1667em "Times", "Times New Roman", serif;
background: none repeat;
}
.c {
color: #cc6600;
background: none repeat;
}
.g {
color: green;
background: none repeat;
}
.r {
color: red;
background: none repeat;
}
hr {
text-align: center;
width: 100%;
height: 1px;
color: #cc6600;
background: none repeat;
}
hr.demi {
text-align: left;
width: 25%;
height: 1px;
color: #cc6600;
background: none repeat;
}
.hrctr {
width: 25%;
margin-left: auto;
margin-right: auto;
color: #cc6600;
background: none repeat;
}